summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-03 18:19:27 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-03 18:19:27 +0000
commita2da0587be1d76e612f1a43113a7e8d77e784b85 (patch)
treec26f1e51e3718b270aca17104e05c988d8c494f8 /TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
parentccee081307ff3b8b86764c3091543864025dace6 (diff)
downloadATCD-a2da0587be1d76e612f1a43113a7e8d77e784b85.tar.gz
ChangeLogTag:Wed Feb 3 12:17:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
index d2558f3c5f3..7b3f0b6a76d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
@@ -78,3 +78,17 @@ TAO_EC_Null_Filter::event_ids(TAO_EC_Filter::Headers& headers)
// @@ TODO maybe we should add the AnyType/AnySource header?
// right now we do nothing...
}
+
+// ****************************************************************
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+template class ACE_RB_Tree<RtecEventComm::EventHeader,int,Header_Compare,ACE_Null_Mutex>;
+template class ACE_RB_Tree<RtecEventComm::EventHeader,int>;
+
+#elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+#pragma instantiate ACE_RB_Tree<RtecEventComm::EventHeader,int,Header_Compare,ACE_Null_Mutex>
+#pragma instantiate ACE_RB_Tree<RtecEventComm::EventHeader,int>
+
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */