Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / OBV / TC_Alignment / test_i.h
blob4cc2ef89b940949f6e8d0dff53fdb6a48473711b
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 ();
41 private:
42 CORBA::ORB_ptr orb_;
45 #endif /* TAO_OBV_TC_ALIGNMENT_TEST_I_H */