summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MC/MonitorTestInterface.idl
blob: 86c64e05b6f578c3dfe604527504e2d19bf3eeaf (plain)
1
2
3
4
5
6
7
8
9
// $Id$

interface MonitorTestInterface
{
  enum Which { NotifyService, Supplier, Consumer };

  oneway void running(in Which proc);
  oneway void finished(in Which proc);
};