Re: [orbitcpp-list] Re: cpp branch: CORBA_Object struct hidden?



On Wed, 2002-02-20 at 08:26, Murray Cumming wrote:
> > What happens if you use private inheritance?
> > 
> > eg.
> > 
> > class OrbitCPP_Object : private CORBA_Object
> > {
> > ....
> > };

	The thing about the 'private' keyword is that it is only an
encapsulation mechanism, it doesn't protect you from the bincompat
issues of the CORBA_Object structure changing size - something we
reserve the right to do so ...

	Good idea, but ...

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]