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

interface Test
{
  // = TITLE
  //   @@ Kirthika, please fill in here.
  //
  // = DESCRIPTION
  //   @@ Kirthika, please fill in here.

  exception Oops 
    {
      string reason;
    };

  short method (in short boo) raises (Oops);

  oneway void shutdown ();
};