summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 14:26:15 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 14:26:15 +0000
commit471ddeaf0e50eae96b35340b2041c256ac966bda (patch)
treede086fb393b63bab5c52220b55d906dc14072ad2 /TAO/tao/Protocols_Hooks.cpp
parentdab77a411622bce2df761251adbde1d8d15c0489 (diff)
downloadATCD-471ddeaf0e50eae96b35340b2041c256ac966bda.tar.gz
ChangeLogTag: Fri Jun 22 09:24:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Protocols_Hooks.cpp')
-rw-r--r--TAO/tao/Protocols_Hooks.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/Protocols_Hooks.cpp b/TAO/tao/Protocols_Hooks.cpp
index 70dc0e8bc6a..6d51f1e301d 100644
--- a/TAO/tao/Protocols_Hooks.cpp
+++ b/TAO/tao/Protocols_Hooks.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "Protocols_Hooks.h"
+#include "ace/Dynamic_Service.h"
ACE_RCSID(tao, Protocols_Hooks, "$Id$")
@@ -9,3 +10,12 @@ TAO_Protocols_Hooks::~TAO_Protocols_Hooks (void)
{
}
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+template class ACE_Dynamic_Service<TAO_Protocols_Hooks>;
+
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+#pragma instantiate ACE_Dynamic_Service<TAO_Protocols_Hooks>
+
+#endif