summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp')
-rw-r--r--TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp
index b0c7a59fe9c..9d2c8faa312 100644
--- a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp
+++ b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp
@@ -32,12 +32,12 @@
#include "ace/Log_Msg.h"
// Implementation skeleton constructor
-ATC_Test_i::ATC_Test_i (void)
+ATC_Test_i::ATC_Test_i ()
{
}
// Implementation skeleton destructor
-ATC_Test_i::~ATC_Test_i (void)
+ATC_Test_i::~ATC_Test_i ()
{
}
@@ -166,7 +166,7 @@ ATC_Test_i::do_value (const ::CORBA::Any & a)
}
void
-ATC_Test_i::shutdown (void)
+ATC_Test_i::shutdown ()
{
int argc = 0;
ACE_TCHAR **argv = 0;