summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
index 792894f619a..1396c851156 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
@@ -69,7 +69,7 @@ be_visitor_valuebox_union_member_ci::visit_array (be_array *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -157,7 +157,7 @@ be_visitor_valuebox_union_member_ci::visit_enum (be_enum *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -195,7 +195,7 @@ be_visitor_valuebox_union_member_ci::visit_interface (be_interface *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -232,7 +232,7 @@ be_visitor_valuebox_union_member_ci::visit_interface_fwd (be_interface_fwd *node
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -283,7 +283,7 @@ be_visitor_valuebox_union_member_ci::visit_predefined_type (be_predefined_type *
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -337,7 +337,7 @@ be_visitor_valuebox_union_member_ci::visit_sequence (be_sequence *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -375,7 +375,7 @@ be_visitor_valuebox_union_member_ci::visit_string (be_string *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -434,7 +434,7 @@ be_visitor_valuebox_union_member_ci::visit_structure (be_structure *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -491,7 +491,7 @@ be_visitor_valuebox_union_member_ci::visit_union (be_union *node)
{
be_decl *field = this->ctx_->node ();
be_valuebox *vb_node = be_valuebox::narrow_from_decl (this->ctx_->scope ());
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())