summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/RT_lib
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-04 11:38:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-04 11:38:20 +0000
commit85e33d2d0dd5eeab99d80dc4ab126435f8e2d6c7 (patch)
tree378e4ec746f4bfdb56917030fc88a4db2c3da7f5 /TAO/orbsvcs/tests/Notify/RT_lib
parentd319bfed0f9cc9c19921b35950f996b456fb4d3e (diff)
downloadATCD-85e33d2d0dd5eeab99d80dc4ab126435f8e2d6c7.tar.gz
ChangeLogTag: Tue Oct 4 11:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/RT_lib')
-rw-r--r--TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp
index 9d7baf07d25..35be49f7be6 100644
--- a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp
+++ b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp
@@ -11,15 +11,3 @@ ACE_RCSID(lib, TAO_Notify_Tests_Factories_Define, "$Id$")
TAO_Notify_Tests_COMMAND_FACTORY_DEFINE(TAO_RT_NOTIFY_TEST,TAO_Notify_Tests_RT_POA_Command,TAO_Notify_Tests_Name::poa_command_factory)
TAO_Notify_Tests_COMMAND_FACTORY_DEFINE(TAO_RT_NOTIFY_TEST,TAO_Notify_Tests_RT_Application_Command,TAO_Notify_Tests_Name::application_command_factory)
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class TAO_Notify_Tests_Command_Factory_T<TAO_Notify_Tests_RT_POA_Command>;
-template class TAO_Notify_Tests_Command_Factory_T<TAO_Notify_Tests_RT_Application_Command>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate TAO_Notify_Tests_Command_Factory_T<TAO_Notify_Tests_RT_POA_Command>
-#pragma instantiate TAO_Notify_Tests_Command_Factory_T<TAO_Notify_Tests_RT_Application_Command>
-
-#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */