summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_shutdown/Test.idl
blob: f6a0c676b65d8150321d4ed66ae8280c37413bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// $Id$
//

/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
  /// A very simple empty interface
  interface Foo
  {

  };
};