| Summary: | CORBA IDL does not allow an argument to have the same name as a type. | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | Surendra <vasuvadlamudibabu> |
| Component: | IDL compiler | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | jacorb |
| Priority: | P5 | ||
| Version: | 2.3.0 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
|
Description
Surendra
2013-11-22 08:24:58 UTC
That is to comply with the corba spec. You could using the -sloppy* options to permit some illegal IDL (see the programmingguide). Note the current version is 3.3 not 2.3. |