Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues

Bug 613

Summary: the error on idl compiler
Product: JacORB Reporter: Zhijie Dong <zhijiedong>
Component: IDL compilerAssignee: Gerald Brose <gerald.brose>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: P2    
Version: 2.2.2   
Hardware: PC   
OS: Windows 2000   

Description Zhijie Dong 2005-07-15 11:41:25 UTC
error!!!

module test
{
	interface top
	{
		const string name= "top";
	};
	
	interface abc:top
	{
		const string name="abc";
	};
};
Comment 1 Simon McQueen 2005-07-15 12:25:12 UTC

*** This bug has been marked as a duplicate of 517 ***