summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 14:25:46 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 14:25:46 +0000
commite2c45134ee588d84f8e929ba2e4e3f397b81b827 (patch)
treeb6124624d62dbaaa8389053eb104796851a0bd6f
parent5533ab872ad0f8f7bebefceac68331e0fc4dbe25 (diff)
downloadATCD-e2c45134ee588d84f8e929ba2e4e3f397b81b827.tar.gz
ChangeLogTag: Thu Sep 23 08:55:00 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
-rw-r--r--TAO/TAO_IDL/be_include/be_interface_strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface_strategy.h b/TAO/TAO_IDL/be_include/be_interface_strategy.h
index 4db48b2322f..1eb19ea72b1 100644
--- a/TAO/TAO_IDL/be_include/be_interface_strategy.h
+++ b/TAO/TAO_IDL/be_include/be_interface_strategy.h
@@ -97,7 +97,7 @@ public:
int strategy_type ();
// Return the type of the strategy.
- TAO_CodeGen::CG_STATE next_state (TAO_CodeGen::CG_STATE current_state) = 0;
+ virtual TAO_CodeGen::CG_STATE next_state (TAO_CodeGen::CG_STATE current_state) = 0;
// Change the sate if necessary
protected: