Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / MC / MonitorTestInterface.idl
blob668dddd78752af0360671b03de7e1ec2edbe81c5
1 interface MonitorTestInterface
3 enum Which { NotifyService, Supplier, Consumer };
5 oneway void running(in Which proc);
6 oneway void finished(in Which proc);
7 };