diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-07-15 09:24:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-07-15 09:24:36 +0000 |
commit | 84a320b61675b718c66e530c8cba3006d27e8231 (patch) | |
tree | ff3d19c61c4e25c89d34f44156680e7a1676e36e /TAO/tao/Endpoint.h | |
parent | c105a91c926c8422cf16985ac64c341fb4558ebc (diff) | |
download | ATCD-84a320b61675b718c66e530c8cba3006d27e8231.tar.gz |
Thu Jul 15 09:23:20 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Trader/Constraint_Visitors.h:
* orbsvcs/orbsvcs/Trader/Offer_Database.h:
* orbsvcs/orbsvcs/Trader/Offer_Iterators.h:
* tao/Bounded_Basic_String_Sequence_T.h:
* tao/Bounded_Object_Reference_Sequence_T.h:
* tao/Bounded_Value_Sequence_T.h:
* tao/Endpoint.h:
* tao/Unbounded_Basic_String_Sequence_T.h:
* tao/Unbounded_Object_Reference_Sequence_T.h:
* tao/Unbounded_Octet_Sequence_T.h:
Doxygen improvements
Diffstat (limited to 'TAO/tao/Endpoint.h')
-rw-r--r-- | TAO/tao/Endpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint.h b/TAO/tao/Endpoint.h index 15c9e8e28b0..5a1889737a9 100644 --- a/TAO/tao/Endpoint.h +++ b/TAO/tao/Endpoint.h @@ -64,10 +64,10 @@ public: /// IOP protocol tag accessor. CORBA::ULong tag (void) const; - /// <priority_> attribute setter. + /// @c priority_ attribute setter. void priority (CORBA::Short priority); - /// <priority_> attribute getter. + /// @c priority_ attribute getter. CORBA::Short priority (void) const; /** |