summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3080/test.idl
blob: 223c8b3cf0fb479196f61310bb39624f5ca4a020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- IDL -*-
module RedirectionTest
{
  interface test
  {
    /// Return the number assigned to the current object.  For
    /// example, object one will return "1," and object two will
    /// return "2."
    short number ();

    oneway void shutdown ();
  };
};