contentstorage/caclient/stub/inc/caobjectadapter.h
changeset 83 156f692b1687
parent 60 f62f87b200ec
child 103 b99b84bcd2d1
--- a/contentstorage/caclient/stub/inc/caobjectadapter.h	Thu May 27 13:11:12 2010 +0300
+++ b/contentstorage/caclient/stub/inc/caobjectadapter.h	Fri Jun 11 13:58:37 2010 +0300
@@ -21,6 +21,8 @@
 // INCLUDES
 #include <QPixmap>
 
+#include <cadefs.h>
+
 class QSize;
 class CaEntry;
 class CaIconDescription;
@@ -59,6 +61,12 @@
      */
     static void setId(CaIconDescription &iconDescription,
                       int id);
+                      
+    /**
+     * Converts symbian error code to error code (used in QT code).
+     */
+    static ErrorCode convertErrorCode(
+        int internalErrorCode);
 
 };