1 // Implementation of TAO's Demux_Test interface
3 #include "demux_test_i.h"
4 #include "tao/ORB_Core.h"
7 Demux_Test_i::Demux_Test_i ()
11 Demux_Test_i::~Demux_Test_i ()
14 void Demux_Test_i::M302 ()
18 void Demux_Test_i::shutdown ()
20 TAO_ORB_Core_instance ()->orb ()->shutdown ();