-
Key: CPP11-164
-
Legacy Issue Number: 2375
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: During my study of the specification CORBA 2.2, I tried to transfer C++ codes on pages 20-12, 20-13 and 20-11 to the C++ source, add some dummy declarations and definitions of such classes as Object and tried to compile it. I obtained error message from the definition of the constructor A_out::A_out(A_var& p) : ptr_(p.ptr_) ... due to unauthorized access to protected member A_var::ptr_. This was no conceptual problem to introduce access function A_var::ptr() in similar manner like has been introduces function A_out::ptr() and correct the problem, another way is definition of some classes as friend ... . But my reliance to document containing such mistakes was lost. Please, can you pay more attention to testing and preparing of the concluding documents?
-
Reported: CPP 1.0b1 — Tue, 2 Feb 1999 05:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
Closed without change
-
Updated: Fri, 6 Mar 2015 20:58 GMT