repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
668dddd78752af0360671b03de7e1ec2edbe81c5
1
interface
MonitorTestInterface
2
{
3
enum
Which
{
NotifyService
,
Supplier
,
Consumer
};
4
5
oneway
void
running
(
in
Which proc
);
6
oneway
void
finished
(
in
Which proc
);
7
};