summaryrefslogtreecommitdiff
path: root/TAO/tao/params.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.cpp')
-rw-r--r--TAO/tao/params.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/params.cpp b/TAO/tao/params.cpp
new file mode 100644
index 00000000000..18f7a422c66
--- /dev/null
+++ b/TAO/tao/params.cpp
@@ -0,0 +1,11 @@
+#include "params.h"
+#include "connect.h"
+#include "objtable.h"
+
+#if !defined(__ACE_INLINE__)
+# include "params.i"
+#endif
+
+#if defined(ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
+template class ACE_Singleton<TAO_OA_Parameters, ACE_Thread_Mutex>;
+#endif