summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Job.idl
blob: 25566e1e8b7523791c5e3cb5e6e51191c0c27201 (plain)
1
2
3
4
5
6
7
8

interface Job
{
  void work (in unsigned long work,
             in short importance);

  void shutdown ();
};