summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_2429_Regression/Child.idl
blob: 166b36367ce8aef2ae33b3a15d28859766a99573 (plain)
1
2
3
4
5
6
7
8
// $Id$

#include "Parent.idl"

interface Child : Parent
{
  void childMethod ();
};