summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/ORB_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/ORB_Manager.cpp')
-rw-r--r--TAO/tao/Utils/ORB_Manager.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Utils/ORB_Manager.cpp b/TAO/tao/Utils/ORB_Manager.cpp
index 08618700659..7485985f09b 100644
--- a/TAO/tao/Utils/ORB_Manager.cpp
+++ b/TAO/tao/Utils/ORB_Manager.cpp
@@ -10,7 +10,7 @@
//
// ============================================================================
-#include "ORB_Manager.h"
+#include "tao/Utils/ORB_Manager.h"
#include "tao/PortableServer/POAManagerC.h"
#include "tao/PortableServer/IdAssignmentPolicyC.h"
@@ -25,6 +25,9 @@ ACE_RCSID (PortableServer,
ORB_Manager,
"$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// constructor
TAO_ORB_Manager::TAO_ORB_Manager (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa,
@@ -364,3 +367,5 @@ TAO_ORB_Manager::~TAO_ORB_Manager (void)
}
ACE_ENDTRY;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL