summaryrefslogtreecommitdiff
path: root/TAO/tests/Codec/test.idl
blob: fcba1051bb9230a3e627755653dd4cb4f011d634 (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
// -*- IDL -*-

//=============================================================================
/**
 * @file test.idl
 *
 * "test" IDL interface for the Codec test.
 *
 * @author Ossama Othman <ossama@uci.edu>
 */
//=============================================================================

module Foo
{

  struct Bar
  {
    long A;
    long B;
    unsigned long long C;
    string D;
    wstring E;
  };

};