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
/
Bug_1383_Regression
/
simple.idl
blob
c97396ec3b682a5ef68a1819899ad3d1b525426e
1
#ifndef SIMPLE_IDL
2
#define SIMPLE_IDL
3
4
#include
"callee.idl"
5
6
interface
Simple
{
7
void
registerCallee
(
in
Callee value
);
8
};
9
10
#endif