summaryrefslogtreecommitdiff
path: root/ace/Lib_Find.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Lib_Find.h')
-rw-r--r--ace/Lib_Find.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/Lib_Find.h b/ace/Lib_Find.h
index 418de3751de..17d28284f14 100644
--- a/ace/Lib_Find.h
+++ b/ace/Lib_Find.h
@@ -8,6 +8,8 @@
* libraries.
*
* $Id$
+ *
+ * @author Priyanka Gontla <pgontla@ece.uci.edu>
*/
//=============================================================================
@@ -19,7 +21,6 @@
#include "ace/ACE_export.h"
#include "ace/os_include/os_stdio.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
namespace ACE
{
@@ -88,7 +89,6 @@ namespace ACE
const char *token,
char *&next_start);
-#if defined (ACE_HAS_WCHAR)
/// As strrepl, but for wide characters.
extern ACE_Export size_t strrepl (wchar_t *s,
wchar_t search,
@@ -98,11 +98,7 @@ namespace ACE
extern ACE_Export wchar_t *strsplit_r (wchar_t *s,
const wchar_t *token,
wchar_t *&next_start);
-#endif /* ACE_HAS_WCHAR */
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_LIB_FIND_H */
-