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
/
IDL_Test
/
Versioned_Namespace
/
TestVersionedNamespace.idl
blob
47bca7d3295782b20454e708a58a6269770ed366
1
module
M1
{
2
struct
S1
{
3
octet o
;
4
};
5
6
local
interface
LI
{
7
void
op
(
in
S1 s
);
8
};
9
10
valuetype V
{
11
public string
valString
;
12
public
S1 valStruct
;
13
public
LI valLocalIface
;
14
};
15
};