homescreensrv_plat/contentstorage_api/caservice.h
changeset 104 9b022b1f357c
parent 66 32469d7d46ff
child 121 0b3699f6c654
--- 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<CaEntry> > &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;