Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3080 / test.idl
blob223c8b3cf0fb479196f61310bb39624f5ca4a020
1 // -*- IDL -*-
2 module RedirectionTest
4 interface test
6 /// Return the number assigned to the current object. For
7 /// example, object one will return "1," and object two will
8 /// return "2."
9 short number ();
11 oneway void shutdown ();