diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-04 17:03:52 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-04 17:03:52 +0000 |
commit | a15988bc8f89c1442e32aff29322cc82df823dbc (patch) | |
tree | cc581037c280c97ef1c233d0ce2d3bbb0b89a77f /TAO/tao/default_client.h | |
parent | 726556e2ec2066b2f26d276efa0cc4cfa03659ce (diff) | |
download | ATCD-a15988bc8f89c1442e32aff29322cc82df823dbc.tar.gz |
ChangeLogTag:Wed Aug 4 12:02:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r-- | TAO/tao/default_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h index 17955110798..05d557fd293 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -50,7 +50,7 @@ public: // = Check Client_Strategy_Factory.h for the documentation of the // following methods. ACE_Lock* create_profile_lock (void); - TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_ORB_Core *orb_core); + TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_Transport *transport); TAO_Wait_Strategy *create_wait_strategy (TAO_Transport *transport); virtual ACE_Lock *create_cached_connector_lock (void); |