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_3384_Regression
/
Test.idl
blob
552dda3f4a41ab7f1962b969200833020989ac57
1
module
Test
2
{
3
interface
Client
4
{
5
oneway
void
reply
(
in string
msg
);
6
};
7
8
interface
Server
9
{
10
void
setup
(
in
Client cli
);
11
12
oneway
void
request
(
in long
sel
);
13
14
oneway
void
shutdown
();
15
};
16
17
};
18