summaryrefslogtreecommitdiff
path: root/ace/OS_NS_string_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_string_base.cpp')
-rw-r--r--ace/OS_NS_string_base.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/OS_NS_string_base.cpp b/ace/OS_NS_string_base.cpp
new file mode 100644
index 00000000000..f129f36ba61
--- /dev/null
+++ b/ace/OS_NS_string_base.cpp
@@ -0,0 +1,12 @@
+/* -*- C++ -*- */
+// $Id$
+
+// We must include this before "ace/OS_NS_string_base.h", so that
+// "ace/OS_NS_string_base.h" gets the ACE_LACKS* #defines
+#include "ace/config-all.h"
+
+#include "ace/OS_NS_string_base.h"
+
+namespace ACE_OS
+{
+}