summaryrefslogtreecommitdiff
path: root/ace/String_Conversion_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/String_Conversion_T.cpp')
-rw-r--r--ace/String_Conversion_T.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/ace/String_Conversion_T.cpp b/ace/String_Conversion_T.cpp
new file mode 100644
index 00000000000..046b9627cdf
--- /dev/null
+++ b/ace/String_Conversion_T.cpp
@@ -0,0 +1,17 @@
+/* -*- C++ -*- */
+// $Id$
+
+#ifndef STRING_CONVERTER_T_CPP
+#define STRING_CONVERTER_T_CPP
+
+#include "config-lite.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if !defined (__ACE_INLINE__)
+#include "ace/String_Conversion_T.inl"
+#endif /* __ACE_INLINE__ */
+
+#endif /* STRING_CONVERTER_T_CPP */