Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3079 / test.idl
blobf30224b01f9cc75d38883d2647dbd62bfacade69
1 // -*- IDL -*-
2 #include "tao/PI_Server/PI_Server_include.pidl"
4 module RedirectionTest
6 interface test
8 /// Return the number assigned to the current object. For
9 /// example, object one will return "1," and object two will
10 /// return "2."
11 short number ();
13 oneway void shutdown ();