summaryrefslogtreecommitdiff
path: root/ace/OS_NS_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_regex.h')
-rw-r--r--ace/OS_NS_regex.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/OS_NS_regex.h b/ace/OS_NS_regex.h
index f49ed62d58f..ac311494088 100644
--- a/ace/OS_NS_regex.h
+++ b/ace/OS_NS_regex.h
@@ -25,13 +25,23 @@
# pragma once
# endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/ACE_export.h"
+
+#if defined (ACE_EXPORT_MACRO)
+# undef ACE_EXPORT_MACRO
+#endif
+#define ACE_EXPORT_MACRO ACE_Export
+
namespace ACE_OS {
// non=standard..
//@{ @name A set of wrappers for regular expressions.
+ ACE_NAMESPACE_INLINE_FUNCTION
char *compile (const char *instring,
char *expbuf,
char *endbuf);
+
+ ACE_NAMESPACE_INLINE_FUNCTION
int step (const char *str,
char *expbuf);
//@}