diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-11 11:57:57 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-11 11:57:57 +0000 |
commit | 9d7ed84be33e2fcf2512a18df273c219597e1c13 (patch) | |
tree | 5256f230fd0edb0047006f3542755137d33eddfb /TAO/tao/PortableServer | |
parent | 6039d83ea5dc6eaa6520e17537d2dbc3445ecac3 (diff) | |
download | ATCD-9d7ed84be33e2fcf2512a18df273c219597e1c13.tar.gz |
ChangeLogTag: Tue Jul 11 11:08:01 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/Object_Adapter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp index 6db68c29c3a..9c458226869 100644 --- a/TAO/tao/PortableServer/Object_Adapter.cpp +++ b/TAO/tao/PortableServer/Object_Adapter.cpp @@ -623,10 +623,9 @@ 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; ACE_NEW_THROW_EX (pm, - TAO_POA_Manager (*this, 0, policy_list, fptr), + TAO_POA_Manager (*this, 0, policy_list, 0), CORBA::NO_MEMORY (CORBA::SystemException::_tao_minor_code (0, ENOMEM), CORBA::COMPLETED_NO)); |