Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Codec / test.idl
blobfcba1051bb9230a3e627755653dd4cb4f011d634
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * "test" IDL interface for the Codec test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
13 module Foo
16 struct Bar
18 long A;
19 long B;
20 unsigned long long C;
21 string D;
22 wstring E;