summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
commit2a52c550e3e569af4e1e2bad3f1726679d91270a (patch)
tree030d1d711ada3a07e17a5623c5cb8f2aa179678b /TAO/tao/Parser_Registry.cpp
parent940ab4dba0771b0fec126fc330ad8d8989dcd904 (diff)
downloadATCD-2a52c550e3e569af4e1e2bad3f1726679d91270a.tar.gz
ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Parser_Registry.cpp')
-rw-r--r--TAO/tao/Parser_Registry.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Parser_Registry.cpp b/TAO/tao/Parser_Registry.cpp
index 879df0fd0f1..b1d2432c89a 100644
--- a/TAO/tao/Parser_Registry.cpp
+++ b/TAO/tao/Parser_Registry.cpp
@@ -11,8 +11,8 @@
#include "tao/Parser_Registry.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID (tao,
- Parser_Registry,
+ACE_RCSID (tao,
+ Parser_Registry,
"$Id$")
TAO_Parser_Registry::TAO_Parser_Registry (void)
@@ -73,6 +73,3 @@ TAO_Parser_Registry::match_parser (const char *ior_string)
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */