Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / tests / ForwardOnceUponException / test.idl
blob98cde9d77b1946d250a1a89d71e8d964a1b396bf
1 interface Simple_Server
3 boolean test_is_a (in string type);
5 oneway void shutdown ();
6 };