summaryrefslogtreecommitdiff
path: root/TAO/tao/default_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_environment.h')
-rw-r--r--TAO/tao/default_environment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/default_environment.h b/TAO/tao/default_environment.h
index 45ded1f6f06..a535b1fa05a 100644
--- a/TAO/tao/default_environment.h
+++ b/TAO/tao/default_environment.h
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace CORBA
{
class Environment;
@@ -34,6 +36,8 @@ namespace CORBA
*/
TAO_Export CORBA::Environment& TAO_default_environment (void);
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_DEFAULT_ENVIRONMENT_H */