summaryrefslogtreecommitdiff
path: root/TAO/tao/Domain/DomainS.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Domain/DomainS.h')
-rw-r--r--TAO/tao/Domain/DomainS.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/Domain/DomainS.h b/TAO/tao/Domain/DomainS.h
index b95ab45f54b..0983a05f4fd 100644
--- a/TAO/tao/Domain/DomainS.h
+++ b/TAO/tao/Domain/DomainS.h
@@ -54,7 +54,7 @@
#pragma option push -w-rvl -w-rch -w-ccc -w-inl
#endif /* __BORLANDC__ */
-#include "domain_export.h"
+#include "tao/Domain/domain_export.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
@@ -64,6 +64,8 @@
// TAO_IDL - Generated from
// be\be_visitor_module/module_sh.cpp:49
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace POA_CORBA
{
@@ -481,10 +483,12 @@ namespace POA_CORBA
// TAO_IDL - Generated from
// be\be_codegen.cpp:995
-#include "DomainS_T.h"
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#include "tao/Domain/DomainS_T.h"
#if defined (__ACE_INLINE__)
-#include "DomainS.inl"
+#include "tao/Domain/DomainS.inl"
#endif /* defined INLINE */
#if defined(_MSC_VER)