summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosNaming.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosNaming.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNaming.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosNaming.idl b/TAO/orbsvcs/orbsvcs/CosNaming.idl
index 701eae8bd78..cfd4153fd4f 100644
--- a/TAO/orbsvcs/orbsvcs/CosNaming.idl
+++ b/TAO/orbsvcs/orbsvcs/CosNaming.idl
@@ -14,6 +14,9 @@
//
// ============================================================================
+#ifndef TAO_NAMING_IDL
+#define TAO_NAMING_IDL
+
#pragma prefix "omg.org"
module CosNaming
@@ -230,3 +233,5 @@ module CosNaming
// This operation destroys the iterator.
};
};
+
+#endif /* TAO_NAMING_IDL */