diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:34:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:34:14 +0000 |
commit | a886e264f96078c479a686f526aeb624ec94b94b (patch) | |
tree | b3f5f8299d246daaa83c2aace6cb36b1a5502922 /TAO/tao/Strategies/DIOP_Endpoint.h | |
parent | 565bef5dcb3ca401a9bfc000445a9ed06f52cfd3 (diff) | |
download | ATCD-a886e264f96078c479a686f526aeb624ec94b94b.tar.gz |
ChangeLogTag: Mon May 27 08:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Endpoint.h')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Endpoint.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Endpoint.h b/TAO/tao/Strategies/DIOP_Endpoint.h index ea1a83eced3..5f9adb0ca31 100644 --- a/TAO/tao/Strategies/DIOP_Endpoint.h +++ b/TAO/tao/Strategies/DIOP_Endpoint.h @@ -72,9 +72,12 @@ public: /// Destructor. ~TAO_DIOP_Endpoint (void); - // = Implementation of abstract TAO_Endpoint methods. See - // Endpoint.h for their documentation. - + /** + * @name TAO_Endpoint Methods + * + * Please check the documentation in Endpoint.h for details. + */ + //@{ virtual TAO_Endpoint *next (void); virtual int addr_to_string (char *buffer, size_t length); virtual void reset_hint (void); @@ -88,6 +91,7 @@ public: /// Return a hash value for this object. CORBA::ULong hash (void); + //@} // Allocates memory and returns a copy of <this> |