mmsharing/mmshui/inc/musuibackgroundviewcontainer.h
branchRCL_3
changeset 41 755f0370535b
parent 38 ac48f0cc9f9c
--- a/mmsharing/mmshui/inc/musuibackgroundviewcontainer.h	Wed Sep 15 12:09:15 2010 +0300
+++ b/mmsharing/mmshui/inc/musuibackgroundviewcontainer.h	Wed Oct 13 14:28:06 2010 +0300
@@ -23,7 +23,6 @@
 #include <coecntrl.h>                // Control base class
 
 class MAknsControlContext;
-class CMusUiEventController;
 
 /**
  * This class handles ordinal position two plain window.
@@ -70,11 +69,6 @@
      */ 
     void UpdateOrdinalPositionValue( TBool aUp );
     
-     /**
-     * Sets the event controller
-     */ 
-    void SetUiEventController( CMusUiEventController* aController );
-    
 private: // Construction
     
     CMusUiBackgroundViewContainer( TInt aOrdinalPosition );
@@ -87,14 +81,6 @@
     * From CoeControl,SizeChanged.
     */
     void SizeChanged();
-    
-    /**
-     * Handles a change to the application's resources which are shared
-     * across the environment.
-     *
-     * @param aType The type of resources that have changed.
-     */
-    void HandleResourceChange( TInt aType );
 
     /**
      * Returns the number of control contained by this class.
@@ -160,11 +146,6 @@
     */
     TInt iOrdinalPosition;
 
-    /**
-    * Event controller
-    */    
-    CMusUiEventController* iController;
-
     };