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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
Big_Request_Muxing
/
Test.idl
blob
f2280e521c782b85d34ad747c65834df8fbd7f8e
1
2
module
Test
3
{
4
typedef
sequence
<
octet
>
Payload
;
5
6
interface
Payload_Receiver
7
{
8
/// Send the data using a oneway operation.
9
oneway
void
more_data
(
in
Payload the_payload
,
in boolean
maybe_lost
);
10
11
void
ping
();
12
};
13
};