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
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2417_Regression
/
subscriber.idl
blob
956a02c7213328830da0f2d12d9ec7538725459c
1
interface
Subscriber
2
{
3
oneway
void
onData
(
in double
value
);
4
boolean
isAlive
();
5
};