camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h
changeset 40 2922f70fca82
parent 38 0f0b4c1d7744
child 37 64817133cd1d
--- a/camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h	Thu Jul 15 01:46:05 2010 +0300
+++ b/camerauis/cameraxui/cxengine/inc/cxestillcapturecontrolsymbian.h	Thu Jul 15 01:49:11 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);