securitydialogs/simlockui/inc/SimLockUIBackgroundControl.h
branchRCL_3
changeset 47 63339781d179
parent 1 d5423fbb4f29
--- a/securitydialogs/simlockui/inc/SimLockUIBackgroundControl.h	Thu Jul 15 19:36:50 2010 +0300
+++ b/securitydialogs/simlockui/inc/SimLockUIBackgroundControl.h	Thu Aug 19 10:45:23 2010 +0300
@@ -50,19 +50,17 @@
      * NewL
      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
      *
-     * @param aRect the rectangle this view will be drawn to
      * @return a pointer to the created instance of CSimLockUIBackgroundControl
      */
-    static CSimLockUIBackgroundControl* NewL( const TRect& aRect );
+    static CSimLockUIBackgroundControl* NewL();
 
     /**
      * NewLC
      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
      *
-     * @param aRect the rectangle this view will be drawn to
      * @return a pointer to the created instance of CSimLockUIBackgroundControl
      */
-    static CSimLockUIBackgroundControl* NewLC( const TRect& aRect );
+    static CSimLockUIBackgroundControl* NewLC();
 
 
     /**
@@ -86,10 +84,8 @@
     /**
      * ConstructL
      * Perform the second phase construction of a CSimLockUIBackgroundControl object
-     *
-     * @param aRect the rectangle this view will be drawn to
      */
-    void ConstructL( const TRect& aRect );
+    void ConstructL();
 
 private: // From CCoeControl
 
@@ -100,6 +96,11 @@
     virtual void SizeChanged();
 
     /**
+     * HandleResourceChange
+     */
+    void HandleResourceChange( TInt aType );
+
+    /**
      * Draw
      * Draw this CSimLockUIBackgroundControl to the screen
      *