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.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/performance-tests/POA/Demux/demux_test_i.cpp b/TAO/performance-tests/POA/Demux/demux_test_i.cpp
deleted file mode 100644
index f9158d6bcc2..00000000000
--- a/TAO/performance-tests/POA/Demux/demux_test_i.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-//$Id$
-// Implementation of TAO's Demux_Test interface
-
-#include "demux_test_i.h"
-
-// ctor
-Demux_Test_i::Demux_Test_i (void)
-{}
-
-// dtor
-Demux_Test_i::~Demux_Test_i (void)
-{}
-
-void Demux_Test_i::M302 (CORBA::Environment &env)
-{
- ACE_UNUSED_ARG (env);
-}
-
-void Demux_Test_i::shutdown (CORBA::Environment &env)
-{
- ACE_UNUSED_ARG (env);
- TAO_ORB_Core_instance ()->orb ()->shutdown ();
-}
-