[omniORB] Error including other idls

Stefan Seefeld seefeld@sympatico.ca
Tue, 27 Mar 2001 16:34:30 -0500


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