summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Transport.i')
-rw-r--r--TAO/tao/IIOP_Transport.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Transport.i b/TAO/tao/IIOP_Transport.i
new file mode 100644
index 00000000000..42e6a885dc0
--- /dev/null
+++ b/TAO/tao/IIOP_Transport.i
@@ -0,0 +1,8 @@
+// -*- C++ -*-
+//$Id$
+
+ACE_INLINE void
+TAO_IIOP_Client_Transport::use_lite (CORBA::Boolean flag)
+{
+ this->lite_flag_ = flag;
+}