camerauis/cameraapp/generic/common/inc/Cam.hrh
branchRCL_3
changeset 13 38fb6f7eacd5
parent 10 8c55c525d5d7
child 19 e32fcfe0045f
--- a/camerauis/cameraapp/generic/common/inc/Cam.hrh	Wed Apr 14 15:41:04 2010 +0300
+++ b/camerauis/cameraapp/generic/common/inc/Cam.hrh	Tue Apr 27 16:19:06 2010 +0300
@@ -166,6 +166,7 @@
   ECamCmdEditVideo,
   ECamCmdPrint,
   ECamCmdShareOnOvi,
+  ECamCmdShareSettings,  
   ECamMSKCmdAppChange,
   ECamMSKCmdAppCapture,
   ECamMSKCmdAppRecord,
@@ -220,7 +221,6 @@
     ECamVideoStopSoundId,
     ECamVideoPauseSoundId,
     ECamVideoResumeSoundId,
-    ECamInCallToneId,
     ECamStillCaptureSoundId1,
     ECamStillCaptureSoundId2,
     ECamStillCaptureSoundId3,
@@ -337,6 +337,17 @@
     ECameraCompleteExit
     };
 
+/** 
+ * Cameraui error codes
+ */
+
+enum TCamErrorCode
+    {
+    ECamMinErrCode = -16384,
+    ECamErrMassStorageMode,
+    ECamErrMemoryCardNotInserted
+    };
+
 #endif // CAM_HRH
 
 // End of File