From 47a516b6d08571db1dbd615a4b287f77a4d2b672 Mon Sep 17 00:00:00 2001 From: dhinton Date: Thu, 17 Apr 2003 15:35:57 +0000 Subject: ChangeLogTag:Thu Apr 17 15:32:42 UTC 2003 Don Hinton --- ChangeLog | 5 +++++ ace/Configuration.h | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3710fdb1c1..fa80de2aa51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 17 15:32:42 UTC 2003 Don Hinton + + * ace/Configuration.h: Made NULL_String public instead of protected + member variable. + Thu Apr 17 08:23:19 2003 Ossama Othman * ace/Local_Name_Space.h (ACE_NS_String): diff --git a/ace/Configuration.h b/ace/Configuration.h index 20ce501e6be..2d2cbc177b4 100644 --- a/ace/Configuration.h +++ b/ace/Configuration.h @@ -385,6 +385,11 @@ public: */ int operator!=(const ACE_Configuration& rhs) const {return !(*this == rhs);} + /** + * * Represents the "NULL" string to simplify the internal logic. + * */ + static ACE_TCHAR NULL_String_; + protected: /// Default ctor ACE_Configuration (void); @@ -410,11 +415,6 @@ protected: */ int validate_value_name (const ACE_TCHAR* name); - /** - * Represents the "NULL" string to simplify the internal logic. - */ - static ACE_TCHAR NULL_String_; - // Not used ACE_Configuration (const ACE_Configuration& rhs); ACE_Configuration& operator= (const ACE_Configuration& rhs); -- cgit v1.2.1