aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Env_Value_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Env_Value_T.cpp')
-rw-r--r--externals/ace/Env_Value_T.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/ace/Env_Value_T.cpp b/externals/ace/Env_Value_T.cpp
new file mode 100644
index 00000000000..1997bbea484
--- /dev/null
+++ b/externals/ace/Env_Value_T.cpp
@@ -0,0 +1,12 @@
+// $Id: Env_Value_T.cpp 80826 2008-03-04 14:51:23Z wotte $
+
+#ifndef ACE_ENV_VALUE_T_CPP
+#define ACE_ENV_VALUE_T_CPP
+
+#include "ace/Env_Value_T.h"
+
+#if ! defined (__ACE_INLINE__)
+#include "ace/Env_Value_T.inl"
+#endif /* __ACE_INLINE__ */
+
+#endif /* ACE_ENV_VALUE_T_CPP */