--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Mon Sep 20 10:19:07 2010 +0300
@@ -49,7 +49,11 @@
static QStringList getCollectionNames();
static QString getName(int entryId);
static int executeAction(int entryId,
- const QString &actionName = Hs::openActionIdentifier,
+ const QString &actionName = Hs::openActionIdentifier,
+ QObject* receiver = NULL,
+ const char* member = NULL);
+ static int executeAction(const CaEntry &entry,
+ const QString &actionName = Hs::openActionIdentifier,
QObject* receiver = NULL,
const char* member = NULL);
static bool launchTaskSwitcher();
@@ -66,13 +70,13 @@
static bool organizeCollection(int groupId, QList<int> &entryIdList);
static int allCollectionsId();
-
+
static int collectionIdByType(const QString& collectionType);
static void touch(int entryId);
-
+
static void touch(const QList<int> &entryIdList);
-
+
static int launchSoftwareUpdate();
private: