diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-09-17 11:56:46 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-09-17 11:56:46 +0000 |
commit | 0552c286d5222a42592da2b2c6db4b0696310909 (patch) | |
tree | bd3eca8bb7896128e05722a18212281d95783959 /TAO/tao/Stub.cpp | |
parent | f1990d370226996c5f82dafb14de059b8f3f2109 (diff) | |
download | ATCD-0552c286d5222a42592da2b2c6db4b0696310909.tar.gz |
ChangeLogTag: Sun Sep 17 06:37:37 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.cpp')
-rw-r--r-- | TAO/tao/Stub.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp index 42607b3d55e..ce6ab76a037 100644 --- a/TAO/tao/Stub.cpp +++ b/TAO/tao/Stub.cpp @@ -175,8 +175,15 @@ TAO_Stub::add_forward_profiles (const TAO_MProfile &mprofiles) // Since we have been forwarded, we must set profile_success_ to 0 // since we are starting a new with a new set of profiles! this->profile_success_ = 0; + + // Reset any flags that may be appropriate in the services that + // selects profiles for invocation + this->orb_core_->reset_service_profile_flags (); } + + + // Quick'n'dirty hash of objref data, for partitioning objrefs into // sets. // @@ -572,6 +579,7 @@ TAO_Stub::parse_policies (void) = this->base_profiles_.policy_list (); CORBA::ULong length = policy_list->length (); + // CORBA::ULong index = 0; for (unsigned int i = 0; i < length; ++i) { |