=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / performance-tests / POA / Demux / demux_test_client.inl
blob184cba774132a477b6eea4dad53d40b038baa560
1 static void M302 (Demux_Test_ptr objref)
3   objref->M302 ();
6 //FUZZ: disable check_for_lack_ACE_OS
7 static void shutdown (Demux_Test_ptr objref)
9   objref->shutdown ();
11 //FUZZ: enable check_for_lack_ACE_OS
13 int Demux_Test_Client::init_operation_db ()
15    this->op_db_[0].op_ = M302;
16    this->op_db_[1].op_ = shutdown;
17    return 0;