summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-07 03:52:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-07 03:52:45 +0000
commitc29ec637ec2a34511db9e557930e9b201218fe7a (patch)
treedf98c575947b6c9a6865aef5fd5b509a5d09606d /TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
parentc509dad59b28a50073206c532c86b2bc3fbf2e63 (diff)
downloadATCD-c29ec637ec2a34511db9e557930e9b201218fe7a.tar.gz
ChangeLogTag:Wed Apr 6 20:51:42 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_arg_traits.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_arg_traits.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp b/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
index de7c722854c..0393e32cb3c 100644
--- a/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
@@ -112,8 +112,8 @@ be_visitor_arg_traits::visit_interface (be_interface *node)
if (node->seen_in_operation ())
{
TAO_OutStream *os = this->ctx_->stream ();
- idl_bool stub = (this->ctx_->state () == TAO_CodeGen::TAO_ROOT_CS);
- BE_GlobalData *b = be_global;
+// idl_bool stub = (this->ctx_->state () == TAO_CodeGen::TAO_ROOT_CS);
+// BE_GlobalData *b = be_global;
std::string guard_suffix =
std::string (this->S_) + std::string ("arg_traits");