summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface_strategy.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-17 11:15:25 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-17 11:15:25 +0000
commit40146ac7f90c95f652fdf66d5e46c2b2c0a293fe (patch)
treefd6ff845799af234638900465f753aa9781582ee /TAO/TAO_IDL/be/be_interface_strategy.cpp
parent15617b460456484cb2f1efd58139357cc109c5a5 (diff)
downloadATCD-40146ac7f90c95f652fdf66d5e46c2b2c0a293fe.tar.gz
ChangeLogTag:Thu May 17 04:13:54 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface_strategy.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface_strategy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_interface_strategy.cpp b/TAO/TAO_IDL/be/be_interface_strategy.cpp
index 1d97878bbd2..e27cf0ad6ad 100644
--- a/TAO/TAO_IDL/be/be_interface_strategy.cpp
+++ b/TAO/TAO_IDL/be/be_interface_strategy.cpp
@@ -984,14 +984,14 @@ be_interface_amh_strategy::next_state (TAO_CodeGen::CG_STATE current_state,
{
case TAO_CodeGen::TAO_INTERFACE_SS:
return TAO_CodeGen::TAO_INTERFACE_AMH_SS;
+ default:
+ return current_state;
};
-
- return current_state;
}
int
-be_interface_amh_strategy::has_extra_code_generation (TAO_CodeGen::CG_STATE current_state)
+be_interface_amh_strategy::has_extra_code_generation (TAO_CodeGen::CG_STATE)
{
return 0;
}