diff -r bf64cebf4673 -r 53c8aa5d97a3 camerauis/cameraapp/generic/inc/CamAppController.h --- 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; };