summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-04 11:38:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-04 11:38:20 +0000
commit85e33d2d0dd5eeab99d80dc4ab126435f8e2d6c7 (patch)
tree378e4ec746f4bfdb56917030fc88a4db2c3da7f5 /TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
parentd319bfed0f9cc9c19921b35950f996b456fb4d3e (diff)
downloadATCD-85e33d2d0dd5eeab99d80dc4ab126435f8e2d6c7.tar.gz
ChangeLogTag: Tue Oct 4 11:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
index 689a44642ae..597d23a7005 100644
--- a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
+++ b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
@@ -2249,32 +2249,6 @@ TAO_PSDL_Interface_Visitor::gen_code_for_si (void)
ps_si->nl ();
ps_si->nl ();
- *ps_si << "#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) || \\";
- ps_si->incr_indent (0);
- ps_si->incr_indent (0);
- ps_si->nl ();
- *ps_si << "defined (ACE_HAS_GNU_REPO)";
- ps_si->decr_indent (0);
- ps_si->nl ();
-
- *ps_si << "template class TAO_Object_Manager<"
- << this->interface_name_ << ","
- << this->interface_name_ << "_var>;";
-
- ps_si->decr_indent (0);
- ps_si->nl ();
-
- *ps_si << "#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)";
- ps_si->nl ();
-
- *ps_si << "# pragma instantiate TAO_Object_Manager<"
- << this->interface_name_ << "," << this->interface_name_
- << "_var>"; ps_si->nl ();
- *ps_si << "#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */";
-
- ps_si->nl ();
- ps_si->nl ();
-
*ps_si << "CORBA::Boolean operator<< (";
ps_si->incr_indent (0);