summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-07 05:25:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-07 05:25:01 +0000
commitc779ff0408c3ff8c257f6b66fa497c4d0cf187fe (patch)
treeb83e88300516c017706d9e0adfcccdaec28368c6
parentd9dca3d4b4b73429e158410878bcc22e1bd78f3a (diff)
downloadATCD-c779ff0408c3ff8c257f6b66fa497c4d0cf187fe.tar.gz
-rw-r--r--TAO/tao/Utils/ORB_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Utils/ORB_Manager.cpp b/TAO/tao/Utils/ORB_Manager.cpp
index 1bbf6fb39ec..5776a957e1c 100644
--- a/TAO/tao/Utils/ORB_Manager.cpp
+++ b/TAO/tao/Utils/ORB_Manager.cpp
@@ -35,7 +35,7 @@ TAO_ORB_Manager::TAO_ORB_Manager (CORBA::ORB_ptr orb,
PortableServer::POAManager_ptr poa_manager)
: orb_ (CORBA::ORB::_duplicate(orb)),
poa_ (PortableServer::POA::_duplicate(poa)),
- poa_manager_ (PortableServer::POAManager::_duplicate(poa_manager))
+ poa_manager_ (PortableServer::POAManager::_duplicate(poa_manager))
{
}