summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2677_Regression/DllORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2677_Regression/DllORB.cpp')
-rw-r--r--TAO/tests/Bug_2677_Regression/DllORB.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Bug_2677_Regression/DllORB.cpp b/TAO/tests/Bug_2677_Regression/DllORB.cpp
index 2df14afddd0..ab2b7bb796e 100644
--- a/TAO/tests/Bug_2677_Regression/DllORB.cpp
+++ b/TAO/tests/Bug_2677_Regression/DllORB.cpp
@@ -4,14 +4,14 @@
#include "ace/OS_NS_unistd.h"
#include "tao/TAO_Singleton_Manager.h"
-DllORB::DllORB (void)
+DllORB::DllORB ()
: failPrePostInit_ (3),
mv_orb_ (),
mv_rootPOA_ ()
{
}
-DllORB::~DllORB (void)
+DllORB::~DllORB ()
{
}
@@ -103,7 +103,7 @@ DllORB::init (int argc, ACE_TCHAR *argv[])
int
-DllORB::fini (void)
+DllORB::fini ()
{
try
{