summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 12:27:38 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 12:27:38 +0000
commit662956f6e8a49af935af15344eb8bbfb303214c2 (patch)
tree2ca1602ca65cbe7f424ba65053131567b96809da
parentee6a011f520f6eaa4c061e95770dde422e369796 (diff)
downloadATCD-662956f6e8a49af935af15344eb8bbfb303214c2.tar.gz
ChangeLogTag: Sat Apr 21 05:05:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
index e4e9b9aa194..3105ac1eff2 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
@@ -39,7 +39,7 @@ class Client
// Use the ACE_Task_Base class to run the client threads.
//
public:
- Client (Simple_Server_ptr server, int niterations);
+ Client (Simple_Server_ptr server, ACE_UINT32 niterations);
// ctor
virtual ~Client (void) {};