summaryrefslogtreecommitdiff
path: root/tests/Portable_Interceptors/Bug_3582/test.idl
blob: 1332b6d98b29229678cfd7608f7f4228cd20e9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- IDL -*-
// $Id$

#include "tao/PI_Server/PI_Server_include.pidl"

module RTTest
{
  interface test
  {
    /// Return the number assigned to the current object.  For
    /// example, object one will return "1," 
    short number ();

    oneway void shutdown ();
  };
};