blob: 7bf54e28655ce4c0f0f359edc77aba14b9cb38ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
// $Id$
#include "ace/OS_NS_regex.h"
ACE_RCSID(ace, OS_NS_regex, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_regex.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */
|