summaryrefslogtreecommitdiff
path: root/TAO/tao/Domain.pidl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 04:13:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 04:13:00 +0000
commit0460c721ca3a67964d4e1d99717eb596da778288 (patch)
tree2d0d464ec69052fd766ffa741dcb803c37d09802 /TAO/tao/Domain.pidl
parentfa76c98c2983b6b67fc596389d93a095a64c63f3 (diff)
downloadATCD-0460c721ca3a67964d4e1d99717eb596da778288.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Domain.pidl')
-rw-r--r--TAO/tao/Domain.pidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Domain.pidl b/TAO/tao/Domain.pidl
index f18f00107fa..6e20883b2cf 100644
--- a/TAO/tao/Domain.pidl
+++ b/TAO/tao/Domain.pidl
@@ -17,6 +17,10 @@
//
// ================================================================
+#if !defined POLICY_DOMAIN_IDL
+#define POLICY_DOMAIN_IDL
+
+
#pragma prefix "omg.org"
@@ -41,3 +45,5 @@ module CORBA
typedef sequence <DomainManager> DomainManagerList;
};
+
+#endif /* !defined POLICY_DOMAIN_IDL */