summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Test.idl
blob: 70c1c911dd0d42fbc87251996d74f8f1c3f282eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// $Id$
//

module Test
{
  interface HelloWorld
  {
    string get_string ();
  };

  interface Hello
  {
    HelloWorld  get_helloworld ();

    oneway void shutdown ();
  };
};