summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-25 17:16:44 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-25 17:16:44 +0000
commitc856aa5b4b03aab900273bef18e9d18ff7c392f8 (patch)
tree96dbb1d97949dae7aaf1e0c433f857c46d5553b9
parent5b54768e8f00c23f8916a034c09ceb6c8e488691 (diff)
downloadATCD-c856aa5b4b03aab900273bef18e9d18ff7c392f8.tar.gz
ChangeLogTag:Sat Oct 25 12:19:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index 6982e35aaa4..c8e1b8014d8 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -1736,7 +1736,12 @@ be_visitor_root::gen_explicit_tmplinst (be_root *node,
// one for '#pragma instantiate ...' for the client side.
*os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__;
+ << "// " << __FILE__ << ":" << __LINE__
+ << be_nl << be_nl;
+
+ *os << "#if 0 " << be_nl
+ << "/* Useful at a later date." << be_nl
+ << "At present will be commented out */" << be_nl;
os->gen_ifdef_AHETI ();
@@ -1765,6 +1770,8 @@ be_visitor_root::gen_explicit_tmplinst (be_root *node,
}
os->gen_endif_AHETI ();
+
+ *os << be_nl << "#endif /*if 0*/ " << be_nl;
}
return 0;