messagingappbase/mce/inc/MceMainViewEmptyListContainer.h
branchRCL_3
changeset 17 caea42e26caa
parent 0 72b543305e3a
--- 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 <coecntrl.h>
-
 // 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;
 
     };