Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Leader_Followers / test_i.h
blob36c840e09fbb247e0ecb78cdd0606a2f159445ff
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 (void);
29 private:
30 /// The ORB.
31 CORBA::ORB_var orb_;