summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp b/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp
index 67fcbe3c0f5..83261e62705 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp
@@ -85,7 +85,7 @@ DllOrb::init (int argc, ACE_TCHAR *argv[])
int
-DllOrb::fini (void)
+DllOrb::fini ()
{
try
{
@@ -127,7 +127,7 @@ DllOrb::fini (void)
return 0;
}
-int DllOrb::svc (void)
+int DllOrb::svc ()
{
ACE_DEBUG ((LM_INFO, ACE_TEXT ("svc mp_barrier->wait() ...\n")));
ma_barrier_->wait();