diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-02 16:25:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-02 16:25:45 +0000 |
commit | 02d44f6aa03c48959521e094b80f678c1cfb219b (patch) | |
tree | be79d00d6f4a590a52f52105e1567dc235287d35 /TAO/tao/UIOP_Transport.h | |
parent | a240ba4b969c50d2cef6852930db4d2503aca156 (diff) | |
download | ATCD-02d44f6aa03c48959521e094b80f678c1cfb219b.tar.gz |
Comment updates and some cosmetic updates.
Diffstat (limited to 'TAO/tao/UIOP_Transport.h')
-rw-r--r-- | TAO/tao/UIOP_Transport.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Transport.h b/TAO/tao/UIOP_Transport.h index 2966ff5161d..76d1a76d830 100644 --- a/TAO/tao/UIOP_Transport.h +++ b/TAO/tao/UIOP_Transport.h @@ -10,6 +10,7 @@ // UIOP_Transport.h // // = DESCRIPTION +// UIOP Transport specific processing // // = AUTHOR // Fred Kuhns <fredk@cs.wustl.edu> @@ -38,7 +39,9 @@ class TAO_Export TAO_UIOP_Transport : public TAO_Transport // connection handler (handler_). // // = DESCRIPTION - // Implements common UIOP methods for the Transport adaptor class. + // Specialization of the base TAO_Transport class to handle the UIOP + // protocol. This class in turn will be further specialized for + // the client and server side. public: TAO_UIOP_Transport (TAO_UIOP_Handler_Base *handler, TAO_ORB_Core *orb_core); @@ -110,7 +113,9 @@ class TAO_Export TAO_UIOP_Client_Transport : public TAO_UIOP_Transport // server. // // = DESCRIPTION - // Implements the methods specific to the client. + // Specialization of the TAO_UIOP_Transport class for client + // side. Methods related to sending one and two way requests + // lives here. public: TAO_UIOP_Client_Transport (TAO_UIOP_Client_Connection_Handler *handler, TAO_ORB_Core *orb_core); |