summaryrefslogtreecommitdiff
path: root/ace/SString.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-03 22:44:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-03 22:44:29 +0000
commit6fdc123c601a3f58942924c639757df366049743 (patch)
treef259a828748eac9e886983e3f9d3e44f0a0a8d1c /ace/SString.h
parent440ffb3f2559ea0ea76be0f1502f4d094fb7eeab (diff)
downloadATCD-6fdc123c601a3f58942924c639757df366049743.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SString.h')
-rw-r--r--ace/SString.h3
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