camerauis/cameraapp/generic/inc/CamAppController.h
branchRCL_3
changeset 27 53c8aa5d97a3
parent 25 bf64cebf4673
child 31 8f559c47d7fd
--- a/camerauis/cameraapp/generic/inc/CamAppController.h	Tue May 11 15:56:11 2010 +0300
+++ b/camerauis/cameraapp/generic/inc/CamAppController.h	Tue May 25 12:22:04 2010 +0300
@@ -706,7 +706,7 @@
     * @since 2.8
     * @return the current snapshot image
     */
-    const CFbsBitmap* SnapshotImage() const;
+    const CFbsBitmap* SnapshotImage();
 
     /**
     * Sets the specified burst mode item as the current image, in 
@@ -2217,6 +2217,12 @@
          */
         void EmbeddedStartupSequence();
         
+        /**
+         * Called by the snapshotrotator to indicate when snapshot
+         * is rotated and ready for drawing
+         */
+        void SnapshotRotationComplete();
+
   private:
 
     // -----------------------------------------------------
@@ -2602,6 +2608,7 @@
     TCamImageOrientation  iCaptureOrientation;
     
     TBool iIssueModeChangeSequenceSucceeded;
+    TBool iSnapshotRedrawNeeded;
     
     };