summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h
index a6e8e51667b..e0fb3995fdb 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h
@@ -24,14 +24,14 @@ class CSD_TP_Foo_B_Export Foo_B_ClientEngine : public ClientEngine
{
public:
- Foo_B_ClientEngine(Foo_B_ptr obj,
+ Foo_B_ClientEngine(Foo_B_ptr obj,
Callback_ptr callback,
unsigned client_id = 0,
bool collocated = false);
virtual ~Foo_B_ClientEngine();
- virtual bool execute(ACE_ENV_SINGLE_ARG_DECL);
+ virtual bool execute(void);
static void expected_results(Foo_B_Statistics& stats);
static unsigned expected_callbacks ();