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

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 ();
  };
};