Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Leader_Followers / test_i.h
blobb89f7ffb683e5deb29dc9ce953299ace209cd0b9
2 //=============================================================================
3 /**
4 * @file test_i.h
6 * @author Irfan Pyarali
7 */
8 //=============================================================================
11 #include "testS.h"
13 /**
14 * @class test_i
16 * @brief Simple test implementation.
18 class test_i : public POA_test
20 public:
21 /// ctor.
22 test_i (CORBA::ORB_ptr orb);
24 // = The test interface methods.
25 CORBA::ULong method (CORBA::ULong work);
27 void shutdown ();
29 private:
30 /// The ORB.
31 CORBA::ORB_var orb_;