diff -r 397d00875918 -r 156f692b1687 contentstorage/caclient/stub/inc/caobjectadapter.h --- 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 +#include + 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); };