summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Protocol/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Protocol/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.cpp b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
index 3e12434cb55..81f873b5ded 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
@@ -14,10 +14,10 @@ public:
Test_i (CORBA::ORB_ptr orb);
// ctor
- void test_method (void);
+ void test_method ();
//FUZZ: disable check_for_lack_ACE_OS
- void shutdown (void);
+ void shutdown ();
//FUZZ: enable check_for_lack_ACE_OS
private:
@@ -38,7 +38,7 @@ Test_i::test_method ( /**/)
}
void
-Test_i::shutdown (void)
+Test_i::shutdown ()
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Shutting down\n"));