contentstorage/cahandler/tapp/src/catapphandler.cpp
changeset 121 0b3699f6c654
parent 103 b99b84bcd2d1
--- a/contentstorage/cahandler/tapp/src/catapphandler.cpp	Thu Sep 02 20:45:03 2010 +0300
+++ b/contentstorage/cahandler/tapp/src/catapphandler.cpp	Fri Sep 17 08:32:18 2010 +0300
@@ -58,10 +58,15 @@
  Uses XQApplicationManager
  \param entry Subject of the \a command.
  \param command Description of the command.
+ \param receiver a QObject class with slot to invoke.
+ \param member a slot to invoke.
  \retval Error code described in QSERVICEMANAGER.H
  */
-int CaTappHandler::execute(const CaEntry& entry, const QString& command)
+int CaTappHandler::execute(const CaEntry& entry, const QString& command, 
+        QObject* receiver, const char* member)
 {
+	Q_UNUSED(receiver);
+	Q_UNUSED(member);
     // this returns Error enum from QSERVICEMANAGER.H
     int error = 0;
     if (command == caCmdOpen) {