Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / OBV / TC_Alignment / test.idl
blob08b91e2c6b154656dd6834980daa3b6960751fdc
2 //=============================================================================
3 /**
4 * @file test.idl
6 * IDL description of the TypeCode alignment Test interface for valuetypes
9 * @author Jeff Parsons <j.parsons@vanderbilt.edu>
11 //=============================================================================
14 module obvmod
16 valuetype tcOffset1
18 public long mem;
21 valuetype tcOffset003
23 public long mem;
26 valuetype tcOffset00005
28 public long mem;
31 valuetype tcOffset0000007
33 public long mem;
37 interface test
39 any get_value (in long type);
40 oneway void shutdown ();