summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp b/TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp
index 82931fecd4a..01466a89e1a 100644
--- a/TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/MT_stress/server_i.cpp
@@ -21,14 +21,14 @@ public:
{
}
- virtual CORBA::Long get (void)
+ virtual CORBA::Long get ()
{
++n_;
return n_;
}
};
-Server_i::Server_i (void)
+Server_i::Server_i ()
: server_name_()
, second_name_()
{
@@ -157,7 +157,7 @@ Server_i::init (int argc, ACE_TCHAR** argv)
}
int
-Server_i::run (void)
+Server_i::run ()
{
try
{