From e147674fbe91916fa8fd2189a9d62c091bebd27c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 26 Aug 2005 09:52:55 +0000 Subject: ChangeLogTag: Fri Aug 26 09:49:12 UTC 2005 Johnny Willemsen --- TAO/tao/IOR_Parser.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'TAO/tao/IOR_Parser.cpp') diff --git a/TAO/tao/IOR_Parser.cpp b/TAO/tao/IOR_Parser.cpp index 6c9a01c5336..8852c907d52 100644 --- a/TAO/tao/IOR_Parser.cpp +++ b/TAO/tao/IOR_Parser.cpp @@ -1,7 +1,6 @@ // $Id$ #include "tao/IOR_Parser.h" -#include "ace/Dynamic_Service.h" ACE_RCSID(tao, IOR_Parser, "$Id$") @@ -9,12 +8,3 @@ TAO_IOR_Parser::~TAO_IOR_Parser (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 /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ -- cgit v1.2.1