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