diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2001-12-05 13:17:21 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2001-12-05 13:17:21 +0000 |
commit | 5aa5b9cc4627a287801a92009bd86ec68587c535 (patch) | |
tree | 11d23ad4cb92f5c16d54609778ba96e45b42d7b2 /ace | |
parent | a3ec0edc44dfcdad26a44f922cdb770ddaa92acd (diff) | |
download | ATCD-5aa5b9cc4627a287801a92009bd86ec68587c535.tar.gz |
ChangeLogTag: Tue Dec 05 14:14:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/String_Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/String_Base.h b/ace/String_Base.h index 127b7358adc..a40f687be3c 100644 --- a/ace/String_Base.h +++ b/ace/String_Base.h @@ -129,7 +129,7 @@ public: /// Return the length of the string. size_t length (void) const; - /// Get a copy of the underlying pointer. + /// Get a copy of the underlying representation. CHAR *rep (void) const; /** |