summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-16 22:36:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-16 22:36:01 +0000
commit2c7423c9f051ce1ec3a819c289fb35d0365d4fb4 (patch)
treedbec30998ed2987d7a8b56a3fb923bf8878e3217
parentb9c4059a2b5a0f1426160bac985a77468a2770a1 (diff)
downloadATCD-2c7423c9f051ce1ec3a819c289fb35d0365d4fb4.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/value_typecode.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/value_typecode.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/value_typecode.cpp
index 941dbde2af5..111fdd42015 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/value_typecode.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/value_typecode.cpp
@@ -17,15 +17,13 @@
TAO::be_visitor_value_typecode::be_visitor_value_typecode (
- be_visitor_context * ctx,
- bool is_exception)
- : be_visitor_typecode_defn (ctx),
- is_exception_ (is_exception)
+ be_visitor_context * ctx)
+ : be_visitor_typecode_defn (ctx)
{
}
int
-TAO::be_visitor_value_typecode::visit_structure (be_valuetype * node)
+TAO::be_visitor_value_typecode::visit_valuetype (be_valuetype * node)
{
TAO_OutStream & os = *this->ctx_->stream ();