diff -r 8c55c525d5d7 -r d486e5e3cc9a camerauis/cameraapp/generic/inc/CamAppUi.h --- a/camerauis/cameraapp/generic/inc/CamAppUi.h Mon Mar 15 12:39:00 2010 +0200 +++ b/camerauis/cameraapp/generic/inc/CamAppUi.h Wed Mar 31 21:06:44 2010 +0300 @@ -68,6 +68,8 @@ class CCamStillPreCaptureView; class CCamVideoPreCaptureView; class CCamMemoryMonitor; +class CCamStartupLogoController; + // =========================================================================== // CLASS DECLARATION @@ -1014,9 +1016,14 @@ * @return ETrue if memory available for capturing **/ TBool IsMemoryAvailableForCapturing() const; - - + /** + * Get a pointer to the startup logo controller. + * AppUi keeps ownership. + * @return Pointer to CCamStartupLogoController or NULL. + */ + CCamStartupLogoController* StartupLogoController(); + private: // New functions /** @@ -1805,6 +1812,8 @@ TInt iPortraitScreenMode; TBool iMemoryAvailableForCapturing; + + CCamStartupLogoController* iStartupLogoController; }; // ===========================================================================