Hub: m_pFrame in xap_FrameImpl needs to be accessed by its child classes, so it can't just be set to private without giving the children some way of accessing it. I think setting it to protected is a good way of doing so.
more refactoring. fix another bug (in window->new). CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ap/unix/ap_UnixFrame.cpp ap/unix/ap_UnixFrame.h CVS: ap/unix/ap_UnixFrameImpl.cpp ap/unix/ap_UnixFrameImpl.h CVS: ap/xp/ap_Frame.cpp ap/xp/ap_Frame.h CVS: ---------------------------------------------------------------------- more refactoring. fix another bug (window->new). Also fixed unix build breakage (reset m_pFrame to protected in xap_FrameImpl) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: xap/xp/xap_Frame.cpp xap/xp/xap_FrameImpl.h CVS: ---------------------------------------------------------------------- -- William Lachance <[EMAIL PROTECTED]>
