summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-19 02:40:02 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-19 02:40:02 +0000
commit8e00e47acfe1a54513b79123f7d799357545ed95 (patch)
tree551fe60da0dd06a8ca9cae3bb09956adbf21eef3 /TAO/tao/Reply_Dispatcher.h
parentf963a0f9cd91330372d3d49aa103b9941d39c887 (diff)
downloadATCD-8e00e47acfe1a54513b79123f7d799357545ed95.tar.gz
ChangeLogTag: Tue Jan 18 20:26:11 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Reply_Dispatcher.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Reply_Dispatcher.h b/TAO/tao/Reply_Dispatcher.h
index bf5ecd50b01..6ac37cd0245 100644
--- a/TAO/tao/Reply_Dispatcher.h
+++ b/TAO/tao/Reply_Dispatcher.h
@@ -179,6 +179,9 @@ public:
virtual TAO_GIOP_Message_State *message_state (void);
// Return the message state.
+ void transport (TAO_Transport *t);
+ // Sets the transport for this invocation.
+
protected:
IOP::ServiceContextList reply_service_info_;
// The service context list
@@ -204,6 +207,9 @@ private:
Messaging::ReplyHandler_ptr reply_handler_;
// Reply Handler passed in the Asynchronous Invocation.
+
+ TAO_Transport *transport_;
+ // This invocation is using this transport, may change...
};
# endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
@@ -248,6 +254,9 @@ public:
virtual TAO_GIOP_Message_State *message_state (void);
// Return the message state.
+ void transport (TAO_Transport *t);
+ // Sets the transport for this invocation.
+
protected:
IOP::ServiceContextList reply_service_info_;
// The service context list
@@ -270,6 +279,9 @@ private:
const CORBA::Request_ptr req_;
// Where the reply needs to go.
+
+ TAO_Transport *transport_;
+ // This invocation is using this transport, may change...
};
#endif /* TAO_HAS_MINIMUM_CORBA */