summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1693_Test/test.idl
blob: 5bc80d669883a141f115fd4aa7fe32b5d782a62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- IDL -*-

//=============================================================================
/**
 * @file test.idl
 *
 * $Id$
 *
 * "test" IDL interface for the Codec test.
 *
 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
 */
//=============================================================================

module Foo
{
  typedef unsigned long type_ulong;
};