contentstorage/cahandler/tapp/inc/catapphandler.h
changeset 83 156f692b1687
parent 66 32469d7d46ff
child 116 305818acdca4
--- a/contentstorage/cahandler/tapp/inc/catapphandler.h	Thu May 27 13:11:12 2010 +0300
+++ b/contentstorage/cahandler/tapp/inc/catapphandler.h	Fri Jun 11 13:58:37 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