summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantManagerA.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-11 14:56:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-11 14:56:56 +0000
commit5ebec4eb446da34e3b4472184068cf3c9aa5e349 (patch)
tree4018e098bca0706166c9d4c48bf3fd695801e31e /TAO/tao/PortableServer/ServantManagerA.cpp
parent1c5afc865a724a7a6775d8adf6aeaa8c67b0e369 (diff)
downloadATCD-5ebec4eb446da34e3b4472184068cf3c9aa5e349.tar.gz
ChangeLogTag: Mon Apr 11 15:43:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/ServantManagerA.cpp')
-rw-r--r--TAO/tao/PortableServer/ServantManagerA.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/TAO/tao/PortableServer/ServantManagerA.cpp b/TAO/tao/PortableServer/ServantManagerA.cpp
index 4e61157c6bb..8820506633b 100644
--- a/TAO/tao/PortableServer/ServantManagerA.cpp
+++ b/TAO/tao/PortableServer/ServantManagerA.cpp
@@ -45,7 +45,7 @@ static TAO::TypeCode::Objref<char const *,
_tao_tc_PortableServer_ServantManager (
"IDL:omg.org/PortableServer/ServantManager:2.3",
"ServantManager");
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_ServantManager =
@@ -123,20 +123,4 @@ operator>>= (
);
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Any_Impl_T<
- PortableServer::ServantManager
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Any_Impl_T< \
- PortableServer::ServantManager \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */