summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-14 22:40:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-14 22:40:41 +0000
commitc4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c (patch)
tree11ff994291001e9404230533c945191c384e17d7 /TAO/tao/Pluggable.h
parent0566348fccd19b8f9daf35b2a227ee5cb13e6cb9 (diff)
downloadATCD-c4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c.tar.gz
ChangeLogTag:Sat Aug 14 17:39:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable.h')
-rw-r--r--TAO/tao/Pluggable.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/Pluggable.h b/TAO/tao/Pluggable.h
index eca362279fe..93154ad965f 100644
--- a/TAO/tao/Pluggable.h
+++ b/TAO/tao/Pluggable.h
@@ -158,26 +158,12 @@ public:
// = Get and set methods for thr TMS object.
- // void tms(TAO_Transport_Mux_Strategy *rms);
- // Set the TMSobject.
-
TAO_Transport_Mux_Strategy *tms (void) const;
// Get the TMS used by this Transport object.
TAO_Wait_Strategy *wait_strategy (void) const;
// Return the Wait strategy used by the Transport.
- CORBA::ULong request_id (void);
- // Get request id for the current invocation from the TMSobject.
-
- int bind_reply_dispatcher (CORBA::ULong request_id,
- TAO_Reply_Dispatcher *rd);
- // Bind the reply dispatcher with the TMS object.
-
- virtual int wait_for_reply (ACE_Time_Value *max_wait_time,
- int &reply_received);
- // Wait for the reply depending on the strategy.
-
virtual int handle_client_input (int block = 0,
ACE_Time_Value *max_wait_time = 0);
// Read and handle the reply. Returns 0 when there is Short Read on