contentstorage/cahandler/app/inc/caapphandler.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 116 305818acdca4
--- a/contentstorage/cahandler/app/inc/caapphandler.h	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/cahandler/app/inc/caapphandler.h	Wed Jun 23 18:33:40 2010 +0300
@@ -26,11 +26,6 @@
 class CCaUsifUninstallOperation;
 class CaEntry;
 
-/**
- *  Command handler for application entries.
- *
- *  @lib caclient.lib
- */
 class CaAppHandler: public QObject, public CaHandler
 {
     Q_OBJECT
@@ -40,9 +35,6 @@
 
     explicit CaAppHandler(QObject *parent = 0);
 
-    /**
-     * Destructor.
-     */
     virtual ~CaAppHandler();
 
 public:
@@ -51,33 +43,15 @@
 
 private:
 
-    /**
-     * Launches application
-     * @param aUid UID of the application to launch
-     * @param aParam command parameters
-     * @param aViewId id of the view the application is to start in
-     */
-    void launchApplicationL(const TUid aUid, TInt aViewId);
+    void launchApplicationL(const TUid uid, TInt viewId);
 
-    /**
-     * Closes application
-     * @param aEntry the entry represeting application to close
-     */
     int closeApplication(const EntryFlags &flags, TInt windowGroupId);
 
-    /**
-     * Uninstall application 
-     * @param aEntry the entry represeting application to uninstall
-     */
     int handleRemove(const EntryFlags &flags,
         const QString &typeName,
         const QString &componentId);
     
-    /**
-     * Start uninstall operation via usif 
-     * @param aComponentId component id
-     */
-    void startUsifUninstallL(TInt aComponentId);
+    void startUsifUninstallL(TInt componentId);
     
 private:
     CEikonEnv *iEikEnv;