summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h b/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
index c704a9a65cb..244fdd1a03d 100644
--- a/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
+++ b/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
@@ -27,7 +27,7 @@ class CSD_PT_TestServant_Export Foo_ClientEngine : public ClientEngine
Foo_ClientEngine(Foo_ptr obj, unsigned client_id = 0);
virtual ~Foo_ClientEngine();
- virtual bool execute(unsigned num_loops ACE_ENV_ARG_DECL);
+ virtual bool execute(unsigned num_loops);
static void expected_results(Foo_Statistics& stats);