Skip to content

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

@neemo14-15

Description

@neemo14-15

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions