Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / performance-tests / POA / Demux / demux_test_i.cpp
blob114c236a6bfdb1bdf370c6ac28ec4066e17de1b5
1 // Implementation of TAO's Demux_Test interface
3 #include "demux_test_i.h"
4 #include "tao/ORB_Core.h"
6 // ctor
7 Demux_Test_i::Demux_Test_i ()
8 {}
10 // dtor
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 ();