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
/
Big_Reply
/
Test.idl
blob
0d889c15e73364bbf91e474f36bf254e137ea96d
1
module
Test
2
{
3
4
typedef
sequence
<
octet
>
Octet_Seq
;
5
6
interface
Big_Reply
7
{
8
/// Receive a big reply
9
Octet_Seq get_big_reply
();
10
11
/// Ping message
12
void
ping
();
13
14
/// Shudown the remote ORB
15
oneway
void
shutdown
();
16
};
17
};