summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoints.pidl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-31 09:16:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-31 09:16:43 +0000
commit07c31bcfb6f99f4d280fea7158322764ed82497c (patch)
treea39a1bd467392dda9b6808d3a3ccf2996a7ad26e /TAO/tao/IIOP_Endpoints.pidl
parentfdedfa9dd599c06f8e7569a5feb5208d9ecf3b32 (diff)
downloadATCD-07c31bcfb6f99f4d280fea7158322764ed82497c.tar.gz
ChangeLogTag: Thu Mar 31 08:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Endpoints.pidl')
-rw-r--r--TAO/tao/IIOP_Endpoints.pidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Endpoints.pidl b/TAO/tao/IIOP_Endpoints.pidl
index 5e156dbf281..beec93cd805 100644
--- a/TAO/tao/IIOP_Endpoints.pidl
+++ b/TAO/tao/IIOP_Endpoints.pidl
@@ -37,7 +37,7 @@
module TAO
{
- // Stores information for a single IIOP endpoint.
+ /// Stores information for a single IIOP endpoint.
struct IIOP_Endpoint_Info
{
string host;
@@ -45,7 +45,7 @@ module TAO
short priority;
};
- // Stores information for a collection of IIOP endpoints.
+ /// Stores information for a collection of IIOP endpoints.
typedef sequence <IIOP_Endpoint_Info> IIOPEndpointSequence;
};