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

/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
  /// A very simple interface
  interface IORTable_Shutdown_Race
  {
    void ping ();
    oneway void shutdown ();
  };
};