summaryrefslogtreecommitdiff
path: root/TAO/tao/objectid.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/objectid.h')
-rw-r--r--TAO/tao/objectid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/objectid.h b/TAO/tao/objectid.h
index f1be2f0615e..40d8f6cad7d 100644
--- a/TAO/tao/objectid.h
+++ b/TAO/tao/objectid.h
@@ -23,6 +23,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/*
*
* This file is a break away from orbconf.h. Basically orbconf.h is
@@ -103,5 +107,7 @@ namespace TAO
/// No. of services locatable through multicast.
#define TAO_NO_OF_MCAST_SERVICES 4
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /*TAO_OBJECTID_H*/