diff options
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp')
-rw-r--r-- | TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp | 2 |
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) {}; |