-
Key: ITCR-42
-
Legacy Issue Number: 19678
-
Status: closed
-
Source: langensoft.com ( T. Langen)
-
Summary:
drop POA_B for skeleton class deriveved from abstract class and replace it adequately:
// C++
{ ... }
class Aclass B_skel : public virtual ... /* maybe PortableServer::Servant */,
{ ... }
protected virtual A;
-
Reported: CPP11 1.1 — Wed, 10 Dec 2014 05:00 GMT
-
Disposition: Resolved — CPP11 1.2
-
Disposition Summary:
Remove usage of B_Skel and remove mentioning of PortableServer::ServantBase
The report is correct, POA_B is a left over of the old IDL to C++ language mapping. At the same time we want to remove the mandatory inheritance of PortableServer::ServantBase, that is something for the vendor to decide, not important for the user.
-
Updated: Wed, 8 Jul 2015 11:43 GMT