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

#include "tao/PI_Server/PI_Server_include.pidl"

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