summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_1482_Regression/Test.idl
blob: 22d8aee58d9e917a68019e8d99730f57301fe038 (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 Hello
  {
    /// Return a simple string
    unsigned long next_prime ();
  };
};