summaryrefslogtreecommitdiff
path: root/ace/OS_NS_regex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_regex.inl')
-rw-r--r--ace/OS_NS_regex.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_NS_regex.inl b/ace/OS_NS_regex.inl
index b1f445f0e67..884bd88c718 100644
--- a/ace/OS_NS_regex.inl
+++ b/ace/OS_NS_regex.inl
@@ -1,9 +1,12 @@
// -*- C++ -*-
+//
// $Id$
#include "ace/OS_NS_errno.h"
#include "ace/os_include/os_regex.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE char *
ACE_OS::compile (const char *instring, char *expbuf, char *endbuf)
{
@@ -33,3 +36,4 @@ ACE_OS::step (const char *str, char *expbuf)
#endif /* ACE_HAS_REGEX */
}
+ACE_END_VERSIONED_NAMESPACE_DECL