summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/TC_Alignment/test_i.h
blob: 9dddc34fc286a2a572bfafad51daa7e71fcc8a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

//=============================================================================
/**
 *  @file   test_i.h
 *
 *  @author Jeff Parsons <j.parsons@vanderbilt.edu>
 */
//=============================================================================


#ifndef TAO_OBV_TC_ALIGNMENT_TEST_I_H
#define TAO_OBV_TC_ALIGNMENT_TEST_I_H

#include "testS.h"

class tcOffset1_i : public OBV_obvmod::tcOffset1
{
};

class tcOffset3_i : public OBV_obvmod::tcOffset003
{
};

class tcOffset5_i : public OBV_obvmod::tcOffset00005
{
};

class tcOffset7_i : public OBV_obvmod::tcOffset0000007
{
};

class test_i :public virtual POA_test
{
public:
  test_i (CORBA::ORB_ptr orb);

  virtual CORBA::Any *get_value (CORBA::Long offset);

  virtual void shutdown (void);

private:
  CORBA::ORB_ptr orb_;
};

#endif /* TAO_OBV_TC_ALIGNMENT_TEST_I_H */