diff -r 1d7827e39b52 -r caea42e26caa messagingappbase/mce/inc/MceMainViewEmptyListContainer.h --- a/messagingappbase/mce/inc/MceMainViewEmptyListContainer.h Fri Feb 19 22:47:38 2010 +0200 +++ b/messagingappbase/mce/inc/MceMainViewEmptyListContainer.h Fri Mar 12 15:42:19 2010 +0200 @@ -24,8 +24,8 @@ // INCLUDES #include - // CLASS DECLARATION +class CAknsBasicBackgroundControlContext; /** * Displayed in mce launch before message server is ready. @@ -62,6 +62,15 @@ virtual TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ); + + /** + * From CCoeControl + */ + TTypeUid::Ptr MopSupplyObject(TTypeUid aId); + /** + * Called when the size has changed. + */ + void SizeChanged(); private: @@ -69,6 +78,11 @@ * By default Symbian OS constructor is private. */ void ConstructL(const TRect& aRect); + + /** + * Own: Background Skin + */ + CAknsBasicBackgroundControlContext* iBgContext; };