diff options
Diffstat (limited to 'TAO/tao/TAO_Internal.h')
-rw-r--r-- | TAO/tao/TAO_Internal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.h b/TAO/tao/TAO_Internal.h index f814c3a8c2d..e528980821c 100644 --- a/TAO/tao/TAO_Internal.h +++ b/TAO/tao/TAO_Internal.h @@ -17,12 +17,14 @@ #include /**/ "ace/pre.h" -#include "ace/config-all.h" +#include "tao/orbconf.h" +#include "tao/Versioned_Namespace.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace TAO { @@ -63,6 +65,7 @@ namespace TAO } } +TAO_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" |