From 471ddeaf0e50eae96b35340b2041c256ac966bda Mon Sep 17 00:00:00 2001 From: fhunleth Date: Fri, 22 Jun 2001 14:26:15 +0000 Subject: ChangeLogTag: Fri Jun 22 09:24:54 2001 Frank Hunleth --- TAO/tao/Protocols_Hooks.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TAO/tao/Protocols_Hooks.cpp') 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; + +#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) + +#pragma instantiate ACE_Dynamic_Service + +#endif -- cgit v1.2.1