longkai / lab

广西大学 - 雨无声实验室开放平台
4 stars 6 forks source link

Eclipse is properly set up for Java® ME development #33

Open neemo14-15 opened 10 years ago

neemo14-15 commented 10 years ago

Issue 2640: IDL that is not IDL! (cxx_revision)

Click here for this issue's archive. Nature: Uncategorized Issue Severity: Summary: Summary: The C++ language mapping chapter contains many blocks of IDL like stuff with the comment

// IDL

in the first line, but the stuff in the block is not valid IDL for various reasons:

(i) Uses "pseudo" as an apparent keyword.

(ii) Contains declarations like

attribute exception exception;

I suggest that the comment "// IDL" be replaced by "// Augmented IDL (see "Usage" on page x-y)" cross-referencing to section 20.23 Usage, so that people know for sure that this is not IDL.

Furthermore, to make the claim in section 20.23 true, the declaration:

attribute exception exception;

should be fixed to be something else, or alternatively, the exceptional use of exception should be called out as a specific augmentation of IDL in section 20.23.

Resolution: Revised Text: Actions taken: May 6, 1999: received issue

Discussion: deferred in June 2011 to the next RTF