diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-07 09:37:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-07 09:37:27 +0000 |
commit | 662e6ecefef906817a6ace00b6a7ee5de2802fa7 (patch) | |
tree | d34f6ccb498698a33b3849b75448423a7fe1d86e /TAO/tao/Stub.cpp | |
parent | 2fc70c1eb9f6748fa62af32227374baa0ff54997 (diff) | |
download | ATCD-662e6ecefef906817a6ace00b6a7ee5de2802fa7.tar.gz |
Mon Mar 7 09:32:12 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Client_Strategy_Factory.h:
* tao/Client_Strategy_Factory.cpp:
* tao/ORB_Core.h:
* tao/PortableServer/Non_Servant_Upcall.cpp:
* tao/PortableServer/Object_Adapter.h:
* tao/PortableServer/Object_Adapter.inl:
* tao/PortableServer/Object_Adapter.cpp:
* tao/PortableServer/Root_POA.h:
* tao/PortableServer/Root_POA.inl:
* tao/PortableServer/Root_POA.cpp:
* tao/PortableServer/ServantRetentionStrategyRetain.cpp:
* tao/PortableServer/Servant_Upcall.cpp:
* tao/Resource_Factory.h:
* tao/Resource_Factory.cpp:
* tao/Server_Strategy_Factory.h:
* tao/Server_Strategy_Factory.cpp:
* tao/Stub.cpp:
* tao/Transport_Mux_Strategy.h:
* tao/default_client.h:
* tao/default_client.cpp:
* tao/default_resource.h:
* tao/default_resource.cpp:
* tao/default_server.h:
* tao/default_server.cpp:
* tao/tao.mpc:
Reapplied the changes reverted on Mon Feb 14 10:44:30
* tao/Configurable_Refcount.h:
* tao/Configurable_Refcount.inl:
* tao/Configurable_Refcount.cpp:
Removed these files.
Diffstat (limited to 'TAO/tao/Stub.cpp')
-rw-r--r-- | TAO/tao/Stub.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp index a983f392794..6fcf63b6024 100644 --- a/TAO/tao/Stub.cpp +++ b/TAO/tao/Stub.cpp @@ -74,8 +74,7 @@ TAO_Stub::TAO_Stub (const char *repository_id, // Cache the ORB pointer to respond faster to certain queries. this->orb_ = CORBA::ORB::_duplicate (this->orb_core_->orb ()); - this->profile_lock_ptr_ = - this->orb_core_->client_factory ()->create_profile_lock (); + this->profile_lock_ptr_ = new ACE_Lock_Adapter<TAO_SYNCH_MUTEX> (); this->base_profiles (profiles); } |