summaryrefslogtreecommitdiff
path: root/TAO/tests/Muxed_GIOP_Versions/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Muxed_GIOP_Versions/client.cpp')
-rw-r--r--TAO/tests/Muxed_GIOP_Versions/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Muxed_GIOP_Versions/client.cpp b/TAO/tests/Muxed_GIOP_Versions/client.cpp
index d8e2e8da78f..4858f270922 100644
--- a/TAO/tests/Muxed_GIOP_Versions/client.cpp
+++ b/TAO/tests/Muxed_GIOP_Versions/client.cpp
@@ -64,7 +64,7 @@ public:
// The thread entry point.
private:
- void validate_connection (void);
+ void validate_connection ();
// Validate the connection
private:
@@ -184,7 +184,7 @@ Client::Client (Simple_Server_ptr server,
}
void
-Client::validate_connection (void)
+Client::validate_connection ()
{
// Ping the object 100 times, ignoring all exceptions.
// It would be better to use validate_connection() but the test must
@@ -200,7 +200,7 @@ Client::validate_connection (void)
}
int
-Client::svc (void)
+Client::svc ()
{
try
{