// $Id$ #include "Parent.idl" interface Child : Parent { void childMethod (); };