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
/
Portable_Interceptors
/
Bug_3079
/
test.idl
blob
f30224b01f9cc75d38883d2647dbd62bfacade69
1
// -*- IDL -*-
2
#include
"tao/PI_Server/PI_Server_include.pidl"
3
4
module
RedirectionTest
5
{
6
interface
test
7
{
8
/// Return the number assigned to the current object. For
9
/// example, object one will return "1," and object two will
10
/// return "2."
11
short
number
();
12
13
oneway
void
shutdown
();
14
};
15
};