diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
commit | eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959 (patch) | |
tree | 52300a84c07910ff7f95f76d7b2820c1a4b59606 /TAO/tao/objectid.h | |
parent | ece8bd22b38b18f2a288d36a05371ef7d62156c9 (diff) | |
download | ATCD-eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/objectid.h')
-rw-r--r-- | TAO/tao/objectid.h | 6 |
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*/ |