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