summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
commitb35bdd17c51341d5aca9c8361a2f5965820db984 (patch)
tree7d67cfd49539a2ff4007cc7da6ca8628df508fac /TAO/tao/Transport_Connector.h
parent0b2525d4a65700098921846e6759f50b53e337e0 (diff)
downloadATCD-b35bdd17c51341d5aca9c8361a2f5965820db984.tar.gz
ChangeLogTag:Thu Aug 29 14:48:51 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Transport_Connector.h')
-rw-r--r--TAO/tao/Transport_Connector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Transport_Connector.h b/TAO/tao/Transport_Connector.h
index e90c2d41ad2..8ca927cdb12 100644
--- a/TAO/tao/Transport_Connector.h
+++ b/TAO/tao/Transport_Connector.h
@@ -53,10 +53,10 @@ public:
/**
* The tag identifying the specific ORB transport layer protocol.
- * For example TAO_TAG_IIOP_PROFILE = 0. The tag is used in the
+ * For example IOP::TAG_INTERNET_IOP == 0. The tag is used in the
* IOR to identify the type of profile included. IOR -> {{tag0,
- * profile0} {tag1, profole1} ...} GIOP.h defines typedef
- * CORBA::ULong TAO_IOP_Profile_ID;
+ * profile0} {tag1, profile1} ...}. The IOP module defines the
+ * ProfileId typedef to be a CORBA::ULong.
*/
CORBA::ULong tag (void) const;