Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / examples / RTCORBA / Activity / Job.idl
blob5394bbb1e661307b1b7423d899ba70df91f890c6
2 interface Job
4 void work (in unsigned long work);
6 oneway void shutdown ();
7 };