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
/
POA
/
Forwarding
/
test.idl
blob
3a6c4ee76b3f8900731fc5e12f03a657ab44ce1a
1
interface
test
2
{
3
long
doit
();
4
// Returns numbers: they are constantly increasing
5
6
exception Cannot_Forward
{};
7
// Raised if object cannot be forwarded.
8
9
void
forward
()
10
raises
(
Cannot_Forward
);
11
12
oneway
void
shutdown
();
13
};