[omniORB] Error including other idls

Mark Duncan mduncan@pathfire.com
Tue, 27 Mar 2001 17:19:17 -0500


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