summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/Ice/Endpoint.ice4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/slice/Ice/Endpoint.ice b/cpp/slice/Ice/Endpoint.ice
index 22223b5be75..781a3dd0a24 100644
--- a/cpp/slice/Ice/Endpoint.ice
+++ b/cpp/slice/Ice/Endpoint.ice
@@ -48,6 +48,10 @@ local interface Endpoint
**/
["cpp:const"] string toString();
};
+
+/**
+ * A sequence of [Endpoint] interfaces.
+ **/
local sequence<Endpoint> EndpointSeq;
};