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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
Skeleton_Inheritance
/
idl_2.idl
blob
867427cfc93c36e4a078d3dcb657a42cb9288f92
1
2
#include
"idl_1.idl"
3
4
module
Skeleton_Inheritance
5
{
6
interface
Interface_2
:
Interface_1
7
{
8
string
operation_2
();
9
10
readonly
attribute
string
attribute_2
;
11
};
12
};