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

module Test
{
  /// A very simple interface
  interface Hello
  {
    void short_sleep();
  };
};