summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Private_Connection/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Private_Connection/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.cpp b/TAO/tests/RTCORBA/Private_Connection/server.cpp
index 7d33d8e2a48..63d5ec79ab1 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/server.cpp
@@ -14,10 +14,10 @@ public:
// ctor
// = The Test methods.
- 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 ()
{
this->orb_->shutdown (false);
}