diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-AC6FCBB0-E4FD-4D30-B000-1F652B2EE96A.dita --- a/Symbian3/PDK/Source/GUID-AC6FCBB0-E4FD-4D30-B000-1F652B2EE96A.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-AC6FCBB0-E4FD-4D30-B000-1F652B2EE96A.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,47 +1,47 @@ - - - - - -Create -an instance of CCoeAppUi -

Create a CCoeAppUi object using the ConstructL(CCoeAppUi -*). This creates the CCoeAppUi object and the application's -control stack, and starts a session with the View Server. /** -Construct a control -*/ -class CAppUiNewControl : public CCoeControl - { - public: - CAppUiNewControl(); - void ConstructL(); - ~CAppUiNewControl(); - private: - CAppUiNewControl* iControl; - }; -class CMCoeViewActivationObserver : public MCoeViewActivationObserver { - public: - void ConstructL(); - // from MCoeViewActivationObserver - void NotifyNextActivation( TVwsViewId& aViewId, - MCoeViewActivationObserver& aViewActivationObserver ); - CMCoeViewActivationObserver* NewL(); - private: - CCoeAppUi* iCCoeAppUi; - } -/** -Create a session -*/ -CNewAppUi::ConstructL() - { - CCoeAppUi::ConstructL( iCCoeAppUi ); - iControl=new( ELeave ) CAppUiNewControl(); - iControl->ConstructL(); - }

+ + + + + +Create +an instance of CCoeAppUi +

Create a CCoeAppUi object using the ConstructL(CCoeAppUi +*). This creates the CCoeAppUi object and the application's +control stack, and starts a session with the View Server. /** +Construct a control +*/ +class CAppUiNewControl : public CCoeControl + { + public: + CAppUiNewControl(); + void ConstructL(); + ~CAppUiNewControl(); + private: + CAppUiNewControl* iControl; + }; +class CMCoeViewActivationObserver : public MCoeViewActivationObserver { + public: + void ConstructL(); + // from MCoeViewActivationObserver + void NotifyNextActivation( TVwsViewId& aViewId, + MCoeViewActivationObserver& aViewActivationObserver ); + CMCoeViewActivationObserver* NewL(); + private: + CCoeAppUi* iCCoeAppUi; + } +/** +Create a session +*/ +CNewAppUi::ConstructL() + { + CCoeAppUi::ConstructL( iCCoeAppUi ); + iControl=new( ELeave ) CAppUiNewControl(); + iControl->ConstructL(); + }

\ No newline at end of file