mmsharing/mmshui/inc/musuiappui.h
branchRCL_3
changeset 35 6c57ef9392d2
parent 33 bc78a40cd63c
child 41 755f0370535b
equal deleted inserted replaced
33:bc78a40cd63c 35:6c57ef9392d2
   125     virtual TBool OrientationCanBeChanged() const;
   125     virtual TBool OrientationCanBeChanged() const;
   126     
   126     
   127     virtual TInt GetUiVolumeValue();
   127     virtual TInt GetUiVolumeValue();
   128     
   128     
   129     virtual CMusUiResourceHandler* ResourceHandler();
   129     virtual CMusUiResourceHandler* ResourceHandler();
       
   130     
       
   131     void SetExitingFlag();
       
   132     
       
   133     TBool IsExiting();
   130 
   134 
   131 private: // from base class CEikAppUi
   135 private: // from base class CEikAppUi
   132 
   136 
   133     /**
   137     /**
   134      * Takes care of command handling.
   138      * Takes care of command handling.
   196     
   200     
   197     TBool iForeground;
   201     TBool iForeground;
   198     
   202     
   199     CMusUiResourceHandler* iResourceHandler;
   203     CMusUiResourceHandler* iResourceHandler;
   200 
   204 
       
   205     TBool iExiting;
       
   206 
   201 	
   207 	
   202     };
   208     };
   203 
   209 
   204 #endif // MUSUIAPPUI_H
   210 #endif // MUSUIAPPUI_H
   205 
   211