Right, that was just a typo. -----Original Message----- From: Stefan Seefeld [mailto:seefeld@sympatico.ca] Sent: Tuesday, March 27, 2001 4:35 PM To: omniorb-list@uk.research.att.com Subject: Re: [omniORB] Error including other idls Mark Duncan wrote: > interface echo1 > { > string echo1 (); > }; that's not legal IDL. You can't have a method in an interface with the same name. Regards, Stefan