-
Key: CORBA35-146
-
Legacy Issue Number: 11515
-
Status: open
-
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
-
Updated: Wed, 6 Dec 2023 22:28 GMT
CORBA35 — Proposal to change PortableInterceptor::AdapterState to a real enum
- Key: CORBA35-146
- OMG Task Force: CORBA 3.5 RTF