summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.cpp')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 7cdbd0d6b50..6db68c29c3a 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -623,8 +623,8 @@ TAO_Object_Adapter::open (ACE_ENV_SINGLE_ARG_DECL)
#else
PortableServer::POAManager_var poa_manager;
PortableServer::POAManager_ptr pm = PortableServer::POAManager::_nil ();
+ PortableServer::POAManagerFactory_ptr fptr = PortableServer::POAManagerFactory::_nil ();
::CORBA::PolicyList policy_list;
- PortableServer::POAManagerFactory_ptr fptr;
ACE_NEW_THROW_EX (pm,
TAO_POA_Manager (*this, 0, policy_list, fptr),
CORBA::NO_MEMORY