diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/OS_NS_string.cpp | |
parent | 3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff) | |
download | ATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS_NS_string.cpp')
-rw-r--r-- | ace/OS_NS_string.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_NS_string.cpp b/ace/OS_NS_string.cpp index a40a20dee7c..d5d921743de 100644 --- a/ace/OS_NS_string.cpp +++ b/ace/OS_NS_string.cpp @@ -20,6 +20,8 @@ ACE_RCSID (ace, # include "ace/OS_NS_stdio.h" #endif /* ACE_LACKS_STRERROR */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + #if !defined (ACE_HAS_MEMCHR) const void * ACE_OS::memchr_emulation (const void *s, int c, size_t len) @@ -407,3 +409,5 @@ ACE_OS::strtok_r_emulation (ACE_WCHAR_T *s, return s ; } # endif /* ACE_HAS_WCHAR && ACE_LACKS_WCSTOK */ + +ACE_END_VERSIONED_NAMESPACE_DECL |