contentstorage/cahandler/tapp/inc/catapphandler.h
changeset 96 5d243a69bdda
parent 92 782e3408c2ab
child 116 305818acdca4
--- a/contentstorage/cahandler/tapp/inc/catapphandler.h	Mon May 24 20:50:46 2010 +0300
+++ b/contentstorage/cahandler/tapp/inc/catapphandler.h	Fri May 28 16:17:03 2010 +0300
@@ -35,11 +35,11 @@
     ~CaTappHandler();
 
     Q_INVOKABLE
-    int execute(CCaInnerEntry& innerEntry, const QString& command);
+    int execute(const CaEntry &entry, const QString &command);
 
 private:
-    XQApplicationManager* mAiwMgr;
+    XQApplicationManager *mAiwMgr;
 
 };
 
-#endif
+#endif // CATAPPHANDLER_H