Merge pull request #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git] / TAO / examples / RTScheduling / Job.idl
blob25566e1e8b7523791c5e3cb5e6e51191c0c27201
2 interface Job
4 void work (in unsigned long work,
5 in short importance);
7 void shutdown ();
8 };