summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-16 18:14:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-16 18:14:57 +0000
commitf86b24b6a7a96658127495a254f5461ffe0bef9e (patch)
treefb016ca731ac6fe7166bd27e7f83ff393d356784 /TAO/tao/Transport_Acceptor.h
parent942fa4c06f650c4a0174430d2920df338ff1e62e (diff)
downloadATCD-f86b24b6a7a96658127495a254f5461ffe0bef9e.tar.gz
ChangeLogTag: Mon May 16 15:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Transport_Acceptor.h')
-rw-r--r--TAO/tao/Transport_Acceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Transport_Acceptor.h b/TAO/tao/Transport_Acceptor.h
index 4084270704d..f05ef48e4be 100644
--- a/TAO/tao/Transport_Acceptor.h
+++ b/TAO/tao/Transport_Acceptor.h
@@ -109,7 +109,7 @@ public:
TAO_MProfile &mprofile,
CORBA::Short priority) = 0;
- /// Return 1 if the <endpoint> has the same address as the acceptor.
+ /// Return 1 if the @a endpoint has the same address as the acceptor.
virtual int is_collocated (const TAO_Endpoint* endpoint) = 0;
/**
@@ -120,9 +120,9 @@ public:
virtual CORBA::ULong endpoint_count (void) = 0;
/**
- * This method fetches the <key> from the <profile>. Protocols that
+ * This method fetches the @a key from the @a profile. Protocols that
* are pluggable can send data that are specific in the
- * <profile_data> field encapsulated as a octet stream. This method
+ * @c profile_data field encapsulated as a octet stream. This method
* allows those protocols to get the object key from the
* encapsulation.
*/