summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-28 16:52:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-28 16:52:04 +0000
commit77f6223c52d77ecd08ec5944b40e25e873ad0dd6 (patch)
tree0650b1ba0e375f773ae4e4b8cd38fd091c83fb77 /TAO
parentb6816f97119434c8ad8c3edcaf48421799ac37c6 (diff)
downloadATCD-77f6223c52d77ecd08ec5944b40e25e873ad0dd6.tar.gz
ChangeLogTag: Mon Jan 28 10:50:40 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp
index 5eb3806d84e..19bb5ca02ef 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp
@@ -272,8 +272,6 @@ TAO_Notify_Constraint_Visitor::visit_union_pos (
return -1;
}
ACE_ENDTRY;
-
- return 0;
}
int
@@ -369,8 +367,6 @@ TAO_Notify_Constraint_Visitor::visit_component_pos (
return -1;
}
ACE_ENDTRY;
-
- return 0;
}
int
@@ -509,8 +505,6 @@ TAO_Notify_Constraint_Visitor::visit_component_array (
return -1;
}
ACE_ENDTRY;
-
- return 0;
}
int
@@ -583,8 +577,6 @@ TAO_Notify_Constraint_Visitor::visit_special (TAO_ETCL_Special *special)
return -1;
}
ACE_ENDTRY;
-
- return 0;
}
int
@@ -680,8 +672,6 @@ TAO_Notify_Constraint_Visitor::visit_default (TAO_ETCL_Default *def)
return -1;
}
ACE_ENDTRY;
-
- return 0;
}
int
@@ -1267,8 +1257,6 @@ TAO_Notify_Constraint_Visitor::union_does_contain (
return 0;
}
ACE_ENDTRY;
-
- return 1;
}
CORBA::Boolean
@@ -1327,8 +1315,6 @@ TAO_Notify_Constraint_Visitor::simple_type_match (int expr_type,
default:
return 0;
}
-
- return 1;
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)