summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp20
1 files changed, 7 insertions, 13 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp b/TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp
index 37684fc2c22..203723d0579 100644
--- a/TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp
+++ b/TAO/orbsvcs/PSS/PSDL_Node_Visitor.cpp
@@ -417,8 +417,6 @@ TAO_PSDL_Node_Visitor::visit_except_dcl (TAO_PSDL_Except_Dcl *except_dcl)
if (this->node_visitor_ != 0)
return this->node_visitor_->visit_except_dcl (except_dcl);
- else
- return -1;
/*
if (except_dcl->identifier ()->accept (this) == -1)
@@ -430,7 +428,7 @@ TAO_PSDL_Node_Visitor::visit_except_dcl (TAO_PSDL_Except_Dcl *except_dcl)
return -1;
}
*/
- return 0;
+ return -1;
}
int
@@ -511,9 +509,8 @@ TAO_PSDL_Node_Visitor::visit_forward_dcl (TAO_PSDL_Forward_Dcl *forward_dcl)
if (this->node_visitor_ != 0)
return this->node_visitor_->visit_forward_dcl (forward_dcl);
- else
- return -1;
- return 0;
+
+ return -1;
}
int
@@ -615,14 +612,11 @@ TAO_PSDL_Node_Visitor::base_type (const ACE_CString &identifier,
return 1;
}
}
- else
- {
- // identifier_name is a predefined type like char *.
- identifier_type = identifier_name;
- return 1;
- }
- return 0;
+ // identifier_name is a predefined type like char *.
+ identifier_type = identifier_name;
+
+ return 1;
}
ACE_CString