diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-26 09:52:55 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-26 09:52:55 +0000 |
commit | e147674fbe91916fa8fd2189a9d62c091bebd27c (patch) | |
tree | 09e01f05117ff081bebb8e250aaf3781d2100612 /TAO/tao/IOR_Parser.cpp | |
parent | ad4a870f8f0b8aa2194a157001ed88cbf5dd45fb (diff) | |
download | ATCD-e147674fbe91916fa8fd2189a9d62c091bebd27c.tar.gz |
ChangeLogTag: Fri Aug 26 09:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IOR_Parser.cpp')
-rw-r--r-- | TAO/tao/IOR_Parser.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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<TAO_IOR_Parser>; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -#pragma instantiate ACE_Dynamic_Service<TAO_IOR_Parser> - -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |