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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2417_Regression
/
publisher.idl
blob
cc69d1d1591cf462abc44e12f58995243e974437
1
#include
"subscriber.idl"
2
3
interface
Publisher
4
{
5
void
subscribe
(
in
Subscriber _subscriber
);
6
7
oneway
void
shutdown
();
8
};