-
Key: CPP11-228
-
Legacy Issue Number: 902
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The C++ mapping uses a Bounds exception in the PIDL for NVList (page 17-6). This is the first time that the Bounds exception is mentioned (as far as I can see). There is no exception declaration for Bounds in the PIDL. This raises the questions:
1) Does Bounds have data members or not?
2) At what scope should Bounds be defined?
Given that the Bounds exception is also used by the
Request interface, I suspect what is meant is CORBA::Bounds.
The TypeCode interface also uses a Bounds exception. It is explicitly
declared in the scope of the TypeCode interface (page 17-15):
It would be nice to only have one of these, probably CORBA::Bounds, and
to add the missing declaration. -
Reported: CPP 1.0b1 — Tue, 13 Jan 1998 05:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
resolved, close issue
-
Updated: Fri, 6 Mar 2015 20:58 GMT