summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
index e2ea59b744e..4f34840fb76 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
@@ -75,7 +75,7 @@ be_visitor_union_branch_public_ci::visit_array (be_array *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -208,7 +208,7 @@ be_visitor_union_branch_public_ci::visit_enum (be_enum *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// heck if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -277,7 +277,7 @@ be_visitor_union_branch_public_ci::visit_interface (be_interface *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -365,7 +365,7 @@ be_visitor_union_branch_public_ci::visit_interface_fwd (be_interface_fwd *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -471,7 +471,7 @@ be_visitor_union_branch_public_ci::emit_valuetype_common (be_type *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -548,7 +548,7 @@ be_visitor_union_branch_public_ci::visit_predefined_type (
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -758,7 +758,7 @@ be_visitor_union_branch_public_ci::visit_sequence (be_sequence *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -1007,7 +1007,7 @@ be_visitor_union_branch_public_ci::visit_structure (be_structure *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())
@@ -1163,7 +1163,7 @@ be_visitor_union_branch_public_ci::visit_union (be_union *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- 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 ())