summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Redirection/test.idl
blob: f30224b01f9cc75d38883d2647dbd62bfacade69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- IDL -*-
#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 ();
  };
};