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
Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Skeleton_Inheritance
/
idl_1.idl
blob
d123d0cef6809fdf5a2cc1b0118826cefc6ade8d
1
2
module
Skeleton_Inheritance
3
{
4
interface
Interface_1
5
{
6
string
operation_1
();
7
8
attribute
long
attribute_1
;
9
};
10
};