emailuis/emailui/inc/FreestyleEmailUiViewBase.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 16 b5fbb9b25d57
--- a/emailuis/emailui/inc/FreestyleEmailUiViewBase.h	Fri Feb 19 22:37:30 2010 +0200
+++ b/emailuis/emailui/inc/FreestyleEmailUiViewBase.h	Fri Mar 12 15:41:14 2010 +0200
@@ -72,7 +72,7 @@
      * foreground, calls the virtual HandleForegroundEventL() method, which
      * can be implemented by subclasses.
      */
-    void HandleAppForegroundEventL( TBool aForeground );
+    virtual void HandleAppForegroundEventL( TBool aForeground );
 
     /**
     * Inherited classes should override this to react to skin or layout changes
@@ -317,6 +317,7 @@
     TBool iSendToBackgroundOnDeactivation;
     // View's active status
     TBool iViewActive;
+protected: // to enable overridning 
     TBool iWasActiveControlGroup;
     };