diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-04 05:52:13 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-04 05:52:13 +0000 |
commit | eb520422a043f591a4170fcd01a47ebbf7f6da23 (patch) | |
tree | 745399596c1c69b97c10124f250ffc0804e91711 /TAO/tao | |
parent | 6b625cdd52ac721cee1daf1575aeb5e1d1ff00e4 (diff) | |
download | ATCD-eb520422a043f591a4170fcd01a47ebbf7f6da23.tar.gz |
Request_Mux to Transport_Mux
Diffstat (limited to 'TAO/tao')
-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 81f0a3c44e0..23ba486d815 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -47,7 +47,7 @@ public: // the TAO_GIOP_Invocation::location_forward and the // TAO_GIOP_Invocation::start - TAO_Transport_Mux_Strategy *create_Transport_Mux_strategy (void); + TAO_Transport_Mux_Strategy *create_transport_mux_strategy (void); // Create the correct client request muxing strategy. TAO_Wait_Strategy *create_wait_strategy (TAO_Transport *transport); |