diff options
Diffstat (limited to 'TAO/tao/Stub.cpp')
-rw-r--r-- | TAO/tao/Stub.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp index 2c308688fb5..beacffdf72e 100644 --- a/TAO/tao/Stub.cpp +++ b/TAO/tao/Stub.cpp @@ -511,7 +511,6 @@ TAO_Stub::set_policy_overrides (const CORBA::PolicyList & policies, TAO_Stub* stub = this->orb_core_->create_stub (this->type_id.in (), this->base_profiles_, - this->orb_core_.get (), ACE_TRY_ENV); ACE_CHECK_RETURN (0); @@ -688,7 +687,7 @@ TAO_Stub::buffering_constraint (void) TAO_Policy_Current &policy_current = this->orb_core_->policy_current (); - result = + result = policy_current.get_cached_policy (TAO_CACHED_POLICY_BUFFERING_CONSTRAINT); } @@ -701,7 +700,7 @@ TAO_Stub::buffering_constraint (void) this->orb_core_->policy_manager (); if (policy_manager != 0) { - result = + result = policy_manager->get_cached_policy (TAO_CACHED_POLICY_BUFFERING_CONSTRAINT); } } |