diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-12 13:56:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-12 13:56:27 +0000 |
commit | 72bdf438331e0326c11cd1abeae740691a2d5da7 (patch) | |
tree | e9aa8dfc215a5252594d6085e90b0c8a71197b7c /TAO/tao/objectid.h | |
parent | 034b947ac4c2a27d67b605a0afcbf560e041401d (diff) | |
download | ATCD-72bdf438331e0326c11cd1abeae740691a2d5da7.tar.gz |
ChangeLogTag: Mon Apr 12 13:51:42 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/objectid.h')
-rw-r--r-- | TAO/tao/objectid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/objectid.h b/TAO/tao/objectid.h index 52d09cfc7f5..769479ac407 100644 --- a/TAO/tao/objectid.h +++ b/TAO/tao/objectid.h @@ -87,7 +87,7 @@ // above list once the above services register their references // dynamically. -// Service IDs for the services that are located through Multicast. +/// Service IDs for the services that are located through Multicast. enum TAO_MCAST_SERVICEID { NAMESERVICE, @@ -96,7 +96,7 @@ enum TAO_MCAST_SERVICEID INTERFACEREPOSERVICE }; -// No. of services locatable through multicast. +/// No. of services locatable through multicast. #define TAO_NO_OF_MCAST_SERVICES 4 |