summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.cpp')
-rw-r--r--TAO/tao/IFR_Client_Adapter.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.cpp b/TAO/tao/IFR_Client_Adapter.cpp
index 5465433b0e0..5155f7b0b56 100644
--- a/TAO/tao/IFR_Client_Adapter.cpp
+++ b/TAO/tao/IFR_Client_Adapter.cpp
@@ -1,20 +1,8 @@
// @(#) $Id$
#include "tao/IFR_Client_Adapter.h"
-#include "ace/Dynamic_Service.h"
ACE_RCSID (tao,
IFR_Client_Adapter,
"$Id$")
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<TAO_IFR_Client_Adapter>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<TAO_IFR_Client_Adapter>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-