diff options
Diffstat (limited to 'TAO/tao/Parser_Registry.h')
-rw-r--r-- | TAO/tao/Parser_Registry.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/tao/Parser_Registry.h b/TAO/tao/Parser_Registry.h index 13571c9bd2b..ce997817d8c 100644 --- a/TAO/tao/Parser_Registry.h +++ b/TAO/tao/Parser_Registry.h @@ -19,12 +19,17 @@ #include "tao/TAO_Export.h" -#include "ace/os_include/os_stddef.h" - #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "tao/Versioned_Namespace.h" + +#include "ace/os_include/os_stddef.h" + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Forward declarations. class TAO_ORB_Core; class TAO_IOR_Parser; @@ -77,6 +82,8 @@ private: }; +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined(__ACE_INLINE__) #include "tao/Parser_Registry.i" #endif /* __ACE_INLINE__ */ |