Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 613 - the error on idl compiler
Summary: the error on idl compiler
Status: RESOLVED DUPLICATE of bug 517
Alias: None
Product: JacORB
Classification: Unclassified
Component: IDL compiler (show other bugs)
Version: 2.2.2
Hardware: PC Windows 2000
: P2 major
Assignee: Gerald Brose
URL:
Depends on:
Blocks:
 
Reported: 2005-07-15 11:41 UTC by Zhijie Dong
Modified: 2005-07-15 12:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***