3 //=============================================================================
7 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
8 * @author Jesper S. M|ller<stophph@diku.dk>
9 * @author and a cast of thousands...
13 //=============================================================================
15 #ifndef ACE_OS_NS_REGEX_H
16 # define ACE_OS_NS_REGEX_H
18 # include /**/ "ace/pre.h"
20 # include "ace/config-all.h"
22 # if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # endif /* ACE_LACKS_PRAGMA_ONCE */
26 #include /**/ "ace/ACE_export.h"
28 #if defined (ACE_EXPORT_MACRO)
29 # undef ACE_EXPORT_MACRO
31 #define ACE_EXPORT_MACRO ACE_Export
33 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
39 //@{ @name A set of wrappers for regular expressions.
40 ACE_NAMESPACE_INLINE_FUNCTION
41 char *compile (const char *instring
,
45 ACE_NAMESPACE_INLINE_FUNCTION
46 int step (const char *str
,
50 } /* namespace ACE_OS */
52 ACE_END_VERSIONED_NAMESPACE_DECL
54 # if defined (ACE_HAS_INLINED_OSCALLS)
55 # if defined (ACE_INLINE)
57 # endif /* ACE_INLINE */
58 # define ACE_INLINE inline
59 # include "ace/OS_NS_regex.inl"
60 # endif /* ACE_HAS_INLINED_OSCALLS */
62 # include /**/ "ace/post.h"
63 #endif /* ACE_OS_NS_REGEX_H */