summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-11 19:05:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-11 19:05:01 +0000
commit0b6849ae72c89aa896b21f49d07485d6a23c90f9 (patch)
tree63e8d5001cb076f1e104cf9fee2b9fe0359cd88f
parent503e67f984adfc8526f96ce3f5de9c102fa26c53 (diff)
downloadATCD-0b6849ae72c89aa896b21f49d07485d6a23c90f9.tar.gz
ChangeLogTag: Thu Sep 11 14:01:47 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/tmplinst.cpp20
2 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index cc302fec0f7..d1b69a468f7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 11 14:01:47 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/IFRService/tmplinst.cpp:
+
+ Added more template specializations to placate explicit
+ template instantiation builds.
+
Thu Sep 11 08:32:00 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/tmplinst.cpp b/TAO/orbsvcs/orbsvcs/IFRService/tmplinst.cpp
index 04bd0297e89..533a42596ea 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/tmplinst.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/tmplinst.cpp
@@ -103,6 +103,26 @@ TAO_IFR_Generic_Utils<TAO_FactoryDef_i>::set_initializers (
{
}
+ACE_TEMPLATE_SPECIALIZATION
+void
+TAO_IFR_Generic_Utils<CORBA::InitializerSeq>::destroy_special (
+ const char *,
+ TAO_Repository_i *,
+ ACE_Configuration_Section_Key &
+ ACE_ENV_ARG_DECL_NOT_USED)
+{
+}
+
+ACE_TEMPLATE_SPECIALIZATION
+void
+TAO_IFR_Generic_Utils<CORBA::ExtInitializerSeq>::destroy_special (
+ const char *,
+ TAO_Repository_i *,
+ ACE_Configuration_Section_Key &
+ ACE_ENV_ARG_DECL_NOT_USED)
+{
+}
+
#endif
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)