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
/
examples
/
Kokyu_dsrt_schedulers
/
mif_example
/
test.idl
blob
54e291f3ea3c3ac8f0c839117abc8658037cdbf4
1
2
interface
Simple_Server
3
{
4
long
test_method
(
in long
x
);
5
6
void
shutdown
();
7
};