diff -r 5c1e3c6aa4ef -r b12f3922a74f camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h --- a/camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h Fri Jun 11 13:26:48 2010 +0300 +++ b/camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h Wed Jun 23 17:59:54 2010 +0300 @@ -95,7 +95,7 @@ void prepareZoomForStill(int ecamStillResolutionIndex); protected: // from CxeStateMachine - void handleStateChanged( int newStateId, CxeError::Id error ); + void handleStateChanged(int newStateId, CxeError::Id error); protected slots: @@ -106,8 +106,11 @@ // notification for when camera is released void prepareForRelease(); - // ECam events - void handleImageData( MCameraBuffer *buffer, int error ); + // ECAM events + void handleCameraEvent(int eventUid, int error); + + // Image data event + void handleImageData(MCameraBuffer *buffer, int error); // Snapshot event void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot);