summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 05:31:07 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 05:31:07 +0000
commit78a4b9ed4b3f9d5533e058722b6ae51c7aa51f1e (patch)
tree7edd744393baa971ad33c2b642d1a0249cd8848c /TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
parentaf62d68095ddb3b0334a8a6d7ef55f1709808028 (diff)
downloadATCD-78a4b9ed4b3f9d5533e058722b6ae51c7aa51f1e.tar.gz
This commit was manufactured by cvs2svn to create tag 'ACE-4_5_53'.ACE-4_5_53
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp46
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp b/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
deleted file mode 100644
index 9e08df9a205..00000000000
--- a/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
+++ /dev/null
@@ -1,46 +0,0 @@
-// $Id$
-
-#include "orbsvcs/CosLifeCycleC.h"
-#include "orbsvcs/CosNamingC.h"
-#include "orbsvcs/CosPropertyServiceC.h"
-#include "orbsvcs/RtecEventCommC.h"
-#include "orbsvcs/RtecEventChannelAdminC.h"
-#include "orbsvcs/RtecSchedulerC.h"
-
-ACE_RCSID(orbsvcs, tmplinst_orbsvcs, "$Id$")
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_Object_Manager<CORBA_Object>;
-template class TAO_Object_Manager<CORBA_TypeCode>;
-template class TAO_Unbounded_Object_Sequence<CORBA_Object>;
-template class TAO_Unbounded_Pseudo_Sequence<CORBA_TypeCode>;
-template class TAO_Unbounded_Sequence<CosLifeCycle::NVP>;
-template class TAO_Unbounded_Sequence<CosNaming::NameComponent>;
-template class TAO_Unbounded_Sequence<CosNaming::Binding>;
-template class TAO_Unbounded_Sequence<CosPropertyService::Property>;
-template class TAO_Unbounded_Sequence<CosPropertyService::PropertyDef>;
-template class TAO_Unbounded_Sequence<CosPropertyService::PropertyException>;
-template class TAO_Unbounded_Sequence<CosPropertyService::PropertyMode>;
-template class TAO_Unbounded_Sequence<RtecEventComm::Event>;
-template class TAO_Unbounded_Sequence<RtecEventChannelAdmin::Dependency>;
-template class TAO_Unbounded_Sequence<RtecEventChannelAdmin::Publication>;
-template class TAO_Unbounded_Sequence<RtecScheduler::Dependency_Info>;
-template class TAO_Unbounded_Sequence<RtecScheduler::RT_Info>;
-#elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_Object_Manager<CORBA_Object>
-#pragma instantiate TAO_Object_Manager<CORBA_TypeCode>
-#pragma instantiate TAO_Unbounded_Object_Sequence<CORBA_Object>
-#pragma instantiate TAO_Unbounded_Pseudo_Sequence<CORBA_TypeCode>
-#pragma instantiate TAO_Unbounded_Sequence<CosLifeCycle::NVP>
-#pragma instantiate TAO_Unbounded_Sequence<CosNaming::NameComponent>
-#pragma instantiate TAO_Unbounded_Sequence<CosNaming::Binding>
-#pragma instantiate TAO_Unbounded_Sequence<CosPropertyService::Property>
-#pragma instantiate TAO_Unbounded_Sequence<CosPropertyService::PropertyDef>
-#pragma instantiate TAO_Unbounded_Sequence<CosPropertyService::PropertyException>
-#pragma instantiate TAO_Unbounded_Sequence<CosPropertyService::PropertyMode>
-#pragma instantiate TAO_Unbounded_Sequence<RtecEventComm::Event>
-#pragma instantiate TAO_Unbounded_Sequence<RtecEventChannelAdmin::Dependency>
-#pragma instantiate TAO_Unbounded_Sequence<RtecEventChannelAdmin::Publication>
-#pragma instantiate TAO_Unbounded_Sequence<RtecScheduler::Dependency_Info>
-#pragma instantiate TAO_Unbounded_Sequence<RtecScheduler::RT_Info>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */