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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2429_Regression
/
Child.idl
blob
2a88b204f6608fd15da4a7f91f39523ba80f3944
1
#include
"Parent.idl"
2
3
interface
Child
:
Parent
4
{
5
void
childMethod
();
6
};