Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / tests / POA / On_Demand_Act_Direct_Coll / test.idl
blob9b085e36eaa4fb5e65d469266723d75798e468d8
1 interface test
3 /// Return a simple string
4 string get_string ();
6 void method ();
7 // A twoway operation.
9 };