-
Key: CORBA34-151
-
Legacy Issue Number: 11515
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
Proposal to change PortableInterceptor::AdapterState to a real enum. Now it is a short with constant values, but this means there is no real relationship between the type and the possible values as possible with an enum. With for example C++ we then can let the compiler check if we don't use incorrect values. module PortableInterceptor { enum AdapterState
{ HOLDING, ACTIVE, DISCARDING, INACTIVE, NON_EXISTENT }; };
-
Reported: CORBA 3.0.3 — Tue, 25 Sep 2007 04:00 GMT
-
Disposition: Deferred — CORBA 3.4
-
Disposition Summary:
Deferred
This proposal was generated automatically by request of the Task Force Chair Adam Mitz.
-
Updated: Wed, 1 Feb 2023 21:59 GMT
CORBA34 — Proposal to change PortableInterceptor::AdapterState to a real enum
- Key: CORBA34-151
- OMG Task Force: CORBA 3.4 RTF