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
/
Register_Initial_References
/
test.idl
blob
ebbbca31226a5869980b670985a4df9a2ee4589b
1
// -*- IDL -*-
2
3
//=============================================================================
4
/**
5
* @file test.idl
6
*
7
* Simple IDL file
8
*
9
* @author Johnny Willemsen <jwillemsen@remedy.nl>
10
*/
11
//=============================================================================
12
13
module
TestModule
14
{
15
16
interface
test
17
{
18
};
19
};