summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Transport.h')
-rw-r--r--TAO/tao/UIOP_Transport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Transport.h b/TAO/tao/UIOP_Transport.h
index f61c75f5035..32740e3bbdf 100644
--- a/TAO/tao/UIOP_Transport.h
+++ b/TAO/tao/UIOP_Transport.h
@@ -34,7 +34,6 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
# if TAO_HAS_UIOP == 1
// Forward decls.
@@ -172,6 +171,9 @@ private:
CORBA::Boolean lite_flag_;
// We using GIOP lite?
+
+ TAO_Pluggable_Connector_Params params_;
+ // The reply data that is sent back by the server
};
// ****************************************************************