summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/demux_test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Demux/demux_test_i.cpp')
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_i.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/POA/Demux/demux_test_i.cpp b/TAO/performance-tests/POA/Demux/demux_test_i.cpp
index eb44ad3b68a..114c236a6bf 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_i.cpp
+++ b/TAO/performance-tests/POA/Demux/demux_test_i.cpp
@@ -4,18 +4,18 @@
#include "tao/ORB_Core.h"
// ctor
-Demux_Test_i::Demux_Test_i (void)
+Demux_Test_i::Demux_Test_i ()
{}
// dtor
-Demux_Test_i::~Demux_Test_i (void)
+Demux_Test_i::~Demux_Test_i ()
{}
-void Demux_Test_i::M302 (void)
+void Demux_Test_i::M302 ()
{
}
-void Demux_Test_i::shutdown (void)
+void Demux_Test_i::shutdown ()
{
TAO_ORB_Core_instance ()->orb ()->shutdown ();
}