summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Test_i.h')
-rw-r--r--TAO/tests/Server_Connection_Purging/Test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Test_i.h b/TAO/tests/Server_Connection_Purging/Test_i.h
index ab8730f8b3f..0d88882e59e 100644
--- a/TAO/tests/Server_Connection_Purging/Test_i.h
+++ b/TAO/tests/Server_Connection_Purging/Test_i.h
@@ -14,7 +14,7 @@ public:
// = The skeleton methods
virtual void send_stuff (const char* string);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
CORBA::ORB_var orb_;