diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-17 15:35:57 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-17 15:35:57 +0000 |
commit | 47a516b6d08571db1dbd615a4b287f77a4d2b672 (patch) | |
tree | 5f9092e3dd89bb6f175778ca271ea9e18700aff2 /ace | |
parent | 693f358d28e680fe68e6be59c02bb9a10d02a598 (diff) | |
download | ATCD-47a516b6d08571db1dbd615a4b287f77a4d2b672.tar.gz |
ChangeLogTag:Thu Apr 17 15:32:42 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Configuration.h | 10 |
1 files changed, 5 insertions, 5 deletions
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); |