From fe1f3dfb843c1480f0b9639efacf36be64bc0a4d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 2 Sep 2016 19:44:41 +0200 Subject: Documentation changes * TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h: * TAO/orbsvcs/orbsvcs/Notify/Properties.h: --- TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h | 6 +++--- TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h | 8 ++++---- TAO/orbsvcs/orbsvcs/Notify/Properties.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h index dce55502484..d46187a2908 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h +++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h @@ -108,12 +108,12 @@ public: /** * Create an entry for a Persistent Naming Context in , - * i.e., a context with , and has just + * i.e., a context with @a poa_id, @A counter and @A hash_map has just * been created, and is registering with us. */ int bind (const char *poa_id, ACE_UINT32 *&counter, CONTEXT *hash_map); - /// Remove an entry for the Persistent Naming Context with + /// Remove an entry for the Persistent Naming Context with @a poa_id /// from (i.e., this context has just been destroyed). int unbind (const char *poa_id); @@ -163,7 +163,7 @@ private: /// Base address for the memory-mapped file. void *base_address_; - /// ORB. We use it for several object_to_string conversions, and + /// ORB. We use it for several object_to_string conversions, and /// keep it around for Persistent Naming Contexts' use. CORBA::ORB_var orb_; diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h index a0ed5c22948..47a45979bbc 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h +++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h @@ -70,7 +70,7 @@ public: * @class TAO_Persistent_ExtId * * @brief Helper class for TAO_Persistent_Bindings_Map: unifies several - * data items, so they can be stored together as a + * data items, so they can be stored together as a * for a in a hash table holding the state of a Persistent * Naming Context. * @@ -109,17 +109,17 @@ public: /// Inequality comparison operator. bool operator!= (const TAO_Persistent_ExtId &rhs) const; - /// function is required in order for this class to be usable by + /// hash() function is required in order for this class to be usable by /// ACE_Hash_Map_Manager. u_long hash (void) const; // = Data members. - /// portion of the name to be associated with some object + /// id portion of the name to be associated with some object /// reference in a Persistent Naming Context. const char * id_; - /// portion of the name to be associated with some object + /// kind portion of the name to be associated with some object /// reference in a Persistent Naming Context. const char * kind_; diff --git a/TAO/orbsvcs/orbsvcs/Notify/Properties.h b/TAO/orbsvcs/orbsvcs/Notify/Properties.h index b19b9439e09..8b7738439c5 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Properties.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Properties.h @@ -33,7 +33,7 @@ class TAO_Notify_Builder; /** * @class TAO_Notify_Properties * - * @brief Global properties that strategize Notify's run-time behaviour. + * @brief Global properties that strategize Notify's run-time behavior. */ class TAO_Notify_Serv_Export TAO_Notify_Properties { -- cgit v1.2.1