diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-07-17 00:42:56 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-07-17 00:42:56 +0000 |
commit | 8ffc834b5ff7d9169f462db009f2286606e4cfce (patch) | |
tree | ff61f3e3f109693e192682617a74e76ca5cfab6e /TAO/tao/IIOP_Transport.cpp | |
parent | cb39d12e7aef10ba13466fc2579bd865ddbfd465 (diff) | |
download | ATCD-giop_lite_fragment.tar.gz |
*** empty log message ***giop_lite_fragment
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r-- | TAO/tao/IIOP_Transport.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp index d3c664db9af..85e5f4b1d84 100644 --- a/TAO/tao/IIOP_Transport.cpp +++ b/TAO/tao/IIOP_Transport.cpp @@ -16,7 +16,7 @@ #include "tao/ORB_Core.h" #include "tao/debug.h" #include "tao/GIOP_Message_Base.h" -//#include "tao/GIOP_Message_Lite.h" +#include "tao/GIOP_Message_Lite.h" #if !defined (__ACE_INLINE__) # include "tao/IIOP_Transport.i" @@ -26,13 +26,12 @@ ACE_RCSID (tao, IIOP_Transport, "$Id$") TAO_IIOP_Transport::TAO_IIOP_Transport (TAO_IIOP_Connection_Handler *handler, TAO_ORB_Core *orb_core, - CORBA::Boolean /*flag*/) + CORBA::Boolean flag) : TAO_Transport (TAO_TAG_IIOP_PROFILE, orb_core) , connection_handler_ (handler) , messaging_object_ (0) { -#if 0 if (flag) { // Use the lite version of the protocol @@ -40,7 +39,6 @@ TAO_IIOP_Transport::TAO_IIOP_Transport (TAO_IIOP_Connection_Handler *handler, TAO_GIOP_Message_Lite (orb_core)); } else -#endif { // Use the normal GIOP object ACE_NEW (this->messaging_object_, |