diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:44:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:44:29 +0000 |
commit | 6fdc123c601a3f58942924c639757df366049743 (patch) | |
tree | f259a828748eac9e886983e3f9d3e44f0a0a8d1c /ace/SString.h | |
parent | 440ffb3f2559ea0ea76be0f1502f4d094fb7eeab (diff) | |
download | ATCD-6fdc123c601a3f58942924c639757df366049743.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SString.h')
-rw-r--r-- | ace/SString.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/SString.h b/ace/SString.h index 5f778e50954..04f7af84f63 100644 --- a/ace/SString.h +++ b/ace/SString.h @@ -109,6 +109,9 @@ private: char *rep_; // Pointer to data. + + static char NULL_CString_; + // Represents the "NULL" string to simplify the internal logic. }; class ACE_Export ACE_SString |