00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef ACE_OS_NS_REGEX_H
00018 # define ACE_OS_NS_REGEX_H
00019 
00020 # include  "ace/pre.h"
00021 
00022 # include "ace/config-all.h"
00023 
00024 # if !defined (ACE_LACKS_PRAGMA_ONCE)
00025 #  pragma once
00026 # endif 
00027 
00028 #include  "ace/ACE_export.h"
00029 
00030 #if defined (ACE_EXPORT_MACRO)
00031 #  undef ACE_EXPORT_MACRO
00032 #endif
00033 #define ACE_EXPORT_MACRO ACE_Export
00034 
00035 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00036 
00037 namespace ACE_OS
00038 {
00039 
00040   
00041 
00042   ACE_NAMESPACE_INLINE_FUNCTION
00043   char *compile (const char *instring,
00044                  char *expbuf,
00045                  char *endbuf);
00046 
00047   ACE_NAMESPACE_INLINE_FUNCTION
00048   int step (const char *str,
00049             char *expbuf);
00050 
00051 
00052 } 
00053 
00054 ACE_END_VERSIONED_NAMESPACE_DECL
00055 
00056 # if defined (ACE_HAS_INLINED_OSCALLS)
00057 #   if defined (ACE_INLINE)
00058 #     undef ACE_INLINE
00059 #   endif 
00060 #   define ACE_INLINE inline
00061 #   include "ace/OS_NS_regex.inl"
00062 # endif 
00063 
00064 # include  "ace/post.h"
00065 #endif