diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Naming_Context.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Naming_Context.h')
-rw-r--r-- | ace/Naming_Context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Naming_Context.h b/ace/Naming_Context.h index eb465e684a7..8ffc7e0f066 100644 --- a/ace/Naming_Context.h +++ b/ace/Naming_Context.h @@ -30,6 +30,7 @@ class ACE_Name_Options; class ACE_Export ACE_Naming_Context : public ACE_Service_Object +{ // = TITLE // Maintaining accesses Name Server Databases. Allows to add // NameBindings, change them, remove them and resolve @@ -48,7 +49,6 @@ class ACE_Export ACE_Naming_Context : public ACE_Service_Object // character strings. A Name Binding consists of a name string // (that's the key), a value string and an optional type string // (no wide chars). -{ public: enum Context_Scope_Type { @@ -243,9 +243,9 @@ private: }; class ACE_Export ACE_Name_Options +{ // = TITLE // Manages the options for the ACE Name_Server. -{ public: // = Initialization and termination methods. ACE_Name_Options (void); |