summaryrefslogtreecommitdiff
path: root/ACE/ace/String_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-20 13:33:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-20 13:33:11 +0000
commite309a46634fb7da3a3c87fbc63ce54d60cd9d14a (patch)
tree504d57507ba5cf96b90efff1fad9418e98bc8dfe /ACE/ace/String_Base.h
parent7a33f21e0fa8dc62aca7a4354a9f6c19b027b918 (diff)
downloadATCD-e309a46634fb7da3a3c87fbc63ce54d60cd9d14a.tar.gz
Mon Sep 20 13:24:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ASNMP/agent/agent.mpc: * ASNMP/agent/main.cpp: Enable for wchar, thanks to Christian Freund <freund at wrz dot de> for reporting this and providing a patch, fixes bugzilla 3889 * ace/String_Base.h: * apps/JAWS3/http/HTTP_Service_Handler.h: * apps/JAWS3/small/SS_Service_Handler.h: Fixed typo in comment * ace/config-win32-borland.h: Some updates based on QC emails * debian/libtao-dev.install: * debian/mpc-ace.install: Fixed paths
Diffstat (limited to 'ACE/ace/String_Base.h')
-rw-r--r--ACE/ace/String_Base.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/String_Base.h b/ACE/ace/String_Base.h
index ae775c35dc3..3ba0dbba6b8 100644
--- a/ACE/ace/String_Base.h
+++ b/ACE/ace/String_Base.h
@@ -99,7 +99,7 @@ public:
*
* @param s Zero terminated input string
* @param the_allocator ACE_Allocator associated with string
- * @param release Allocator responsible(true)/not reponsible(false) for
+ * @param release Allocator responsible(true)/not responsible(false) for
* freeing memory.
* @return ACE_String_Base containing const ACE_CHAR_T *s
*/
@@ -120,7 +120,7 @@ public:
* @param s Non-zero terminated input string
* @param len Length of non-zero terminated input string
* @param the_allocator ACE_Allocator associated with string
- * @param release Allocator responsible(true)/not reponsible(false) for
+ * @param release Allocator responsible(true)/not responsible(false) for
* freeing memory.
* @return ACE_String_Base containing const ACE_CHAR_T *s
*/
@@ -224,7 +224,7 @@ public:
* used, and instead the internal buffer is set to NULL_String_.
*
* @param s Null terminated input string
- * @param release Allocator responsible(true)/not reponsible(false) for
+ * @param release Allocator responsible(true)/not responsible(false) for
* freeing memory.
*/
void set (const ACE_CHAR_T * s, bool release = true);
@@ -244,7 +244,7 @@ public:
*
* @param s Non-zero terminated input string
* @param len Length of input string 's'
- * @param release Allocator responsible(true)/not reponsible(false) for
+ * @param release Allocator responsible(true)/not responsible(false) for
* freeing memory.
*/
void set (const ACE_CHAR_T * s, size_type len, bool release);