summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter.cpp')
-rw-r--r--TAO/tao/IORInterceptor_Adapter.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter.cpp b/TAO/tao/IORInterceptor_Adapter.cpp
new file mode 100644
index 00000000000..184136d993a
--- /dev/null
+++ b/TAO/tao/IORInterceptor_Adapter.cpp
@@ -0,0 +1,24 @@
+// @(#) $Id$
+
+#include "tao/IORInterceptor_Adapter.h"
+#include "ace/Dynamic_Service.h"
+
+ACE_RCSID (tao,
+ IORInterceptor_Adapter,
+ "$Id$")
+
+TAO_IORInterceptor_Adapter::~TAO_IORInterceptor_Adapter (void)
+{
+}
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+template class ACE_Dynamic_Service<TAO_IORInterceptor_Adapter>;
+
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+#pragma instantiate ACE_Dynamic_Service<TAO_IORInterceptor_Adapter>
+
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+
+