summaryrefslogtreecommitdiff
path: root/ace/SString.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 00:56:29 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 00:56:29 +0000
commit1414b75ca7a485e8c362827165ba46cd5fcc2128 (patch)
tree1168fbe24e55dc10bd2e411cc2061a54d9fed94f /ace/SString.h
parent61a72d0e4d69144d8ac2bbf2dca225d9e95ed4c9 (diff)
downloadATCD-1414b75ca7a485e8c362827165ba46cd5fcc2128.tar.gz
fixed compare function, added some comments
Diffstat (limited to 'ace/SString.h')
-rw-r--r--ace/SString.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/SString.h b/ace/SString.h
index 45ec9a08c76..4a9b3dd0e18 100644
--- a/ace/SString.h
+++ b/ace/SString.h
@@ -40,7 +40,9 @@ class ACE_Export ACE_CString
// constructed from or assigned an empty string (with first
// element of '\0'), then it is _not_ allocated new space.
// Instead, its internal representation is set equal to a global
- // empty string.
+ // empty string. CAUTION: in cases when ACE_CString is
+ // constructed from provided buffer with release parameter set to 0, ACE_CString
+ // is not guaranteed to be '\0' terminated.
public:
static const int npos;
// No position constant