camerauis/cameraapp/generic/inc/CamAppController.h
branchRCL_3
changeset 10 8c55c525d5d7
parent 9 792dfc98fb3b
child 13 38fb6f7eacd5
--- a/camerauis/cameraapp/generic/inc/CamAppController.h	Fri Mar 12 15:41:04 2010 +0200
+++ b/camerauis/cameraapp/generic/inc/CamAppController.h	Mon Mar 15 12:39:00 2010 +0200
@@ -1955,7 +1955,9 @@
     * @return Camera orientation value.
     */
     static TCamImageOrientation MapSensorOrientatio2CamOrientation( 
-        const TSensrvOrientationData::TSensrvDeviceOrientation& aSensorOrientation, TCamImageOrientation aLastImageOrientation);
+        const TSensrvOrientationData::TSensrvDeviceOrientation& aSensorOrientation, 
+        TCamImageOrientation aLastImageOrientation, 
+        TCamActiveCamera aActiveCamera );
         
     /**
     * Mapping from camera orientation data type to bitmap orientation type.
@@ -2162,7 +2164,7 @@
 		* @return remaining time
 		*/       
 		TTimeIntervalMicroSeconds 
-			CalculateVideoTimeRemainingL(const TCamMediaStorage 
+			CalculateVideoTimeRemainingL( TCamMediaStorage 
 										aStorage = ECamMediaStorageCurrent);
         /**
         * Sets orientation of the application to CCamera
@@ -2200,6 +2202,12 @@
          * Toggles between highest 16:9 and 4:3 quality levels.
          */
         TBool ToggleWideScreenQuality( TBool aWide );             
+
+        /**
+         * Returns the value of iSaveStarted
+         */
+        TBool IsSaveStarted();
+        
   private:
 
     // -----------------------------------------------------