diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-04 19:48:57 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-04 19:48:57 +0000 |
commit | 7a591b63b70c91672e85d778d754aedae67a10a4 (patch) | |
tree | f8cb6b23253ddc29cd050217feb84e6de581553b /TAO/tao/default_client.h | |
parent | addd1378f0e08b121abfd35f247c17798dbbfb65 (diff) | |
download | ATCD-7a591b63b70c91672e85d778d754aedae67a10a4.tar.gz |
ChangeLogTag:Sun Jul 4 14:43:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r-- | TAO/tao/default_client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h index 23ba486d815..6afeec2803d 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -42,8 +42,8 @@ public: int parse_args (int argc, char* argv[]); // Parse svc.conf arguments - ACE_Lock* create_iiop_profile_lock (void); - // create the lock for the forwarding IIOP Profile used by + ACE_Lock* create_profile_lock (void); + // create the lock for the forwarding Profile used by // the TAO_GIOP_Invocation::location_forward and the // TAO_GIOP_Invocation::start @@ -60,7 +60,7 @@ private: TAO_THREAD_LOCK }; - Lock_Type iiop_profile_lock_type_; + Lock_Type profile_lock_type_; // the lock type for forwarding IIOP Profile enum Transport_Mux_Strategy |