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
/
RTCORBA
/
Private_Connection
/
test.idl
blob
94f864ff686d164d0fadaa7b578feec8ce9a4b05
1
2
interface
Test
3
{
4
void
test_method
();
5
// Print out a message.
6
7
oneway
void
shutdown
();
8
// Shut down the ORB.
9
};