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_3.idl
blob
fec5961ef4d3201c71aadb95c9a12fce899b2170
1
2
#include
"idl_2.idl"
3
4
module
Skeleton_Inheritance
5
{
6
interface
Interface_3
:
Interface_2
7
{
8
string
operation_3
();
9
10
oneway
void
shutdown
();
11
12
attribute
short
attribute_3
;
13
};
14
};