summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 13:40:27 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 13:40:27 +0000
commit1e5976c7b6301957ca043235b4e6721ca5657150 (patch)
treed3c523f5c5914391a7457e35f0211d1bde5c3f56
parent438f0b8ef6b757521ca06fb9600673a578ec388c (diff)
downloadATCD-1e5976c7b6301957ca043235b4e6721ca5657150.tar.gz
added template instantiations
-rw-r--r--TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp b/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
index 59a3a1f3aba..e4eb65e42c5 100644
--- a/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
+++ b/TAO/orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp
@@ -1,21 +1,37 @@
// $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"
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class TAO_Unbounded_Object_Sequence<CORBA_Object>;
+template class TAO_Unbounded_Object_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_Unbounded_Object_Sequence<CORBA_Object>
+#pragma instantiate TAO_Unbounded_Object_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>