summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-12-20 06:19:48 +0000
committerMichi Henning <michi@zeroc.com>2006-12-20 06:19:48 +0000
commit4db7fba68080df9570c5005f406b58346b815d15 (patch)
treee93fdc691e6871a75a52257cd27483a2928fd2aa /cpp
parentReplaced SGML tags with HTML tags. (diff)
downloadice-4db7fba68080df9570c5005f406b58346b815d15.tar.bz2
ice-4db7fba68080df9570c5005f406b58346b815d15.tar.xz
ice-4db7fba68080df9570c5005f406b58346b815d15.zip
Added missing doc comment.
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;
};