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
/
orbsvcs
/
tests
/
Bug_2316_Regression
/
Test.idl
blob
710575bd17d22a036a14bf052c956ad0a9d41369
1
#ifndef _TEST_IDL_
2
#define _TEST_IDL_
3
4
interface
server
5
{
6
void
method
(
in Object
obj
);
7
oneway
void
shutdown
();
8
};
9
10
#endif
// _TEST_IDL_