Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / OBV / TC_Alignment / test_i.h
blob9dddc34fc286a2a572bfafad51daa7e71fcc8a93
2 //=============================================================================
3 /**
4 * @file test_i.h
6 * @author Jeff Parsons <j.parsons@vanderbilt.edu>
7 */
8 //=============================================================================
11 #ifndef TAO_OBV_TC_ALIGNMENT_TEST_I_H
12 #define TAO_OBV_TC_ALIGNMENT_TEST_I_H
14 #include "testS.h"
16 class tcOffset1_i : public OBV_obvmod::tcOffset1
20 class tcOffset3_i : public OBV_obvmod::tcOffset003
24 class tcOffset5_i : public OBV_obvmod::tcOffset00005
28 class tcOffset7_i : public OBV_obvmod::tcOffset0000007
32 class test_i :public virtual POA_test
34 public:
35 test_i (CORBA::ORB_ptr orb);
37 virtual CORBA::Any *get_value (CORBA::Long offset);
39 virtual void shutdown (void);
41 private:
42 CORBA::ORB_ptr orb_;
45 #endif /* TAO_OBV_TC_ALIGNMENT_TEST_I_H */