summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/server.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/server.cpp b/TAO/tests/Smart_Proxies/server.cpp
index 1f358d45de9..61dff5a477d 100644
--- a/TAO/tests/Smart_Proxies/server.cpp
+++ b/TAO/tests/Smart_Proxies/server.cpp
@@ -25,7 +25,7 @@ public:
//FUZZ: disable check_for_lack_ACE_OS
///FUZZ: enable check_for_lack_ACE_OS
- void shutdown (void);
+ void shutdown ();
private:
CORBA::ORB_var orb_;
@@ -48,7 +48,7 @@ Test_i :: method (CORBA::Short boo)
}
void
-Test_i::shutdown (void)
+Test_i::shutdown ()
{
this->orb_->shutdown (false);
}