contentstorage/caclient/stub/inc/caobjectadapter.h
changeset 96 5d243a69bdda
parent 87 9d806967057c
child 98 d2f833ab7940
--- a/contentstorage/caclient/stub/inc/caobjectadapter.h	Mon May 24 20:50:46 2010 +0300
+++ b/contentstorage/caclient/stub/inc/caobjectadapter.h	Fri May 28 16:17:03 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);
 
 };