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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
MT_BiDir
/
Sender.idl
blob
b3927c57c9b370d2ad4b7eae84bb511086872ea2
1
#include
"Receiver.idl"
2
3
interface
Sender
4
{
5
6
exception Table_Full
{};
7
8
/// Receive the Receiver object and return a id for the object.
9
long
receiver_object
(
in
Receiver recv
)
10
raises
(
Table_Full
);
11
};