emailuis/emailui/inc/FreestyleEmailUiViewBase.h
branchRCL_3
changeset 8 e1b6206813b4
parent 2 5253a20d2a1e
child 10 f5907b1a1053
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    20 #ifndef __FREESTYLEEMAILUI_VIEWBASE_H__
    20 #ifndef __FREESTYLEEMAILUI_VIEWBASE_H__
    21 #define __FREESTYLEEMAILUI_VIEWBASE_H__
    21 #define __FREESTYLEEMAILUI_VIEWBASE_H__
    22 
    22 
    23 #include <aknview.h>
    23 #include <aknview.h>
    24 //<cmail>
    24 //<cmail>
    25 #include "CFSMailCommon.h"
    25 #include "cfsmailcommon.h"
    26 //</cmail>
    26 //</cmail>
    27 // <cmail> Toolbar
    27 // <cmail> Toolbar
    28 #include "akntoolbarobserver.h"
    28 #include "akntoolbarobserver.h"
    29 // </cmail> Toolbar
    29 // </cmail> Toolbar
    30 
    30 
   121 
   121 
   122     /**
   122     /**
   123      * Inherited classes may override this to react to FsEmail application
   123      * Inherited classes may override this to react to FsEmail application
   124      * being brougt to foreground while that particular view is active.
   124      * being brougt to foreground while that particular view is active.
   125      */
   125      */
   126     virtual void HandleForegroundEventL();
   126     virtual void HandleForegroundEventL( TBool aForeground );
   127 
   127 
   128     /**
   128     /**
   129     * Inherited classes should override this instead of DoDeactivate()
   129     * Inherited classes should override this instead of DoDeactivate()
   130     * to do the view deactivation
   130     * to do the view deactivation
   131     */
   131     */