mmsharing/mmshui/inc/musuilivesharingcontroller.h
branchRCL_3
changeset 19 95754dcd27ad
parent 18 0da2e08216b6
child 21 ce86b6d44a6d
equal deleted inserted replaced
18:0da2e08216b6 19:95754dcd27ad
   114     
   114     
   115     /**
   115     /**
   116     * 
   116     * 
   117     */
   117     */
   118     void RefreshCameraOrientationL();
   118     void RefreshCameraOrientationL();
       
   119     
       
   120     /**
       
   121      * Determines whether Session established or not
       
   122      */
       
   123     TBool IsSessionEstablished();
   119 
   124 
   120 
   125 
   121 private:	// new functions:
   126 private:	// new functions:
   122     
   127     
   123 	void ZoomInL();
   128 	void ZoomInL();
   171     TBool iZoomSelected;
   176     TBool iZoomSelected;
   172     
   177     
   173     TBool iBrightnessSelected;
   178     TBool iBrightnessSelected;
   174     
   179     
   175     TBool iDiskFull;
   180     TBool iDiskFull;
       
   181     
       
   182     TBool iSessionEstablished;
   176 	
   183 	
   177     };
   184     };
   178 
   185 
   179 #endif // MUSUILIVESHARINGCONTROLLER_H
   186 #endif // MUSUILIVESHARINGCONTROLLER_H
   180 
   187