summaryrefslogtreecommitdiff
path: root/cpp/slice/Ice/Current.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/slice/Ice/Current.ice')
-rw-r--r--cpp/slice/Ice/Current.ice6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/slice/Ice/Current.ice b/cpp/slice/Ice/Current.ice
index 977d685016e..ffc6edb6aeb 100644
--- a/cpp/slice/Ice/Current.ice
+++ b/cpp/slice/Ice/Current.ice
@@ -11,7 +11,7 @@
#define ICE_CURRENT_ICE
#include <Ice/ObjectAdapterF.ice>
-#include <Ice/TransportInfoF.ice>
+#include <Ice/ConnectionF.ice>
#include <Ice/Identity.ice>
module Ice
@@ -92,12 +92,12 @@ local struct Current
/**
*
- * Information about the transport over which the current method
+ * Information about the connection over which the current method
* invocation was received. If the invocation is direct due to
* collocation optimization, this value is set to null.
*
**/
- TransportInfo transport;
+ Connection con;
/**
*