harvester/harvesterserver/inc/cblacklistmgr.h
changeset 9 d575fd691cf9
parent 7 a5fbfefd615f
equal deleted inserted replaced
7:a5fbfefd615f 9:d575fd691cf9
    86      * Leaves in case of errors.
    86      * Leaves in case of errors.
    87      */ 
    87      */ 
    88     TBool FindL(TUid aPluginUid , TInt aVersion);
    88     TBool FindL(TUid aPluginUid , TInt aVersion);
    89     
    89     
    90     /*
    90     /*
    91     * @description Adds the given uid of a plugin to the unload list of Blacklist DB.    
    91     * @description Adds the given uid of a plugin to the dontload list of Blacklist DB.    
    92     * @param aPluginUid Uid of the plugin
    92     * @param aPluginUid Uid of the plugin
    93     * @return sysmbian error code
    93     * @return sysmbian error code
    94     * Leaves in case of errors.
    94     * Leaves in case of errors.
    95     */    
    95     */    
    96    TInt  AddtoUnloadListL( TUid aPluginUid );
    96    TInt  AddtoDontloadListL( TUid aPluginUid );
    97    
    97    
    98    /*
    98    /*
    99    * @description removes the given uid of a plugin from the unload list of Blacklist DB.    
    99    * @description removes the given uid of a plugin from the dontload list of Blacklist DB.    
   100    * @param aPluginUid Uid of the plugin
   100    * @param aPluginUid Uid of the plugin
   101    * Leaves in case of errors.
   101    * Leaves in case of errors.
   102    */    
   102    */    
   103   void  RemoveFromUnloadListL( TUid aPluginUid );
   103   void  RemoveFromDontloadListL( TUid aPluginUid );
   104   
   104   
   105   /*
   105   /*
   106    * @description Checks wether the plugin uid is exists in the database unload list or not.
   106    * @description Checks wether the plugin uid is exists in the database dontload list or not.
   107    * @param aPluginUid Uid of the plugin
   107    * @param aPluginUid Uid of the plugin
   108    * @return ETrue if uid exists else returns EFalse
   108    * @return ETrue if uid exists else returns EFalse
   109    * Leaves in case of errors.
   109    * Leaves in case of errors.
   110    */ 
   110    */ 
   111   TBool FindfromUnloadListL(TUid aPluginUid );
   111   TBool FindInDontloadListL(TUid aPluginUid );
   112     
   112     
   113 private:    
   113 private:    
   114     /*
   114     /*
   115      * Interface to Blacklist database.Owned
   115      * Interface to Blacklist database.Owned
   116      */
   116      */