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
/
performance-tests
/
POA
/
Demux
/
demux_test.idl
blob
00cf3acd60d079b6a7e3220ca2784764448659da
1
// Interface for TAO's Demux_Test
2
3
interface
Demux_Test
4
{
5
void
M302
();
6
oneway
void
shutdown
();
7
};