Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / performance-tests / RTCorba / Thread_Pool / test.idl
blob8c66d9652cdc8d8bcaf88fb6a3c07aa041692d30
2 interface test
4 void method (in unsigned long work,
5 in unsigned long prime_number);
7 void shutdown ();
8 };