diff -r b99b84bcd2d1 -r 9b022b1f357c homescreensrv_plat/contentstorage_api/caservice.h --- a/homescreensrv_plat/contentstorage_api/caservice.h Wed Jun 23 18:33:40 2010 +0300 +++ b/homescreensrv_plat/contentstorage_api/caservice.h Tue Jul 06 14:37:10 2010 +0300 @@ -92,9 +92,9 @@ bool prependEntriesToGroup(const CaEntry &group, const QList< QSharedPointer > &entryList) const; - bool executeCommand(int entryId, const QString &command = + int executeCommand(int entryId, const QString &command = caCmdOpen) const; - bool executeCommand(const CaEntry &entry, const QString &command = + int executeCommand(const CaEntry &entry, const QString &command = caCmdOpen) const; CaNotifier * createNotifier(const CaNotifierFilter &filter) const;