mmsharing/mmshui/inc/musuiappui.h
branchRCL_3
changeset 41 755f0370535b
parent 35 6c57ef9392d2
equal deleted inserted replaced
38:ac48f0cc9f9c 41:755f0370535b
   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();
       
   134 
   130 
   135 private: // from base class CEikAppUi
   131 private: // from base class CEikAppUi
   136 
   132 
   137     /**
   133     /**
   138      * Takes care of command handling.
   134      * Takes care of command handling.
   200     
   196     
   201     TBool iForeground;
   197     TBool iForeground;
   202     
   198     
   203     CMusUiResourceHandler* iResourceHandler;
   199     CMusUiResourceHandler* iResourceHandler;
   204 
   200 
   205     TBool iExiting;
       
   206 
       
   207 	
   201 	
   208     };
   202     };
   209 
   203 
   210 #endif // MUSUIAPPUI_H
   204 #endif // MUSUIAPPUI_H
   211 
   205