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
/
RTScheduling
/
Scheduling_Interceptor
/
test.idl
blob
0572d63c808fca03271fcfba023e134960cccf5f
1
interface
test
2
{
3
oneway
void
one_way
(
in string message
);
4
5
string
two_way
(
in string message
);
6
7
oneway
void
shutdown
();
8
};