webengine/widgetinstaller/Inc/WidgetInstaller.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    21 #ifndef WIDGETINSTALLER_H
    21 #ifndef WIDGETINSTALLER_H
    22 #define WIDGETINSTALLER_H
    22 #define WIDGETINSTALLER_H
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <WidgetRegistryClient.h>
    26 #include <widgetregistryclient.h>
    27 #ifdef _DEBUG
    27 #ifdef _DEBUG
    28 #include <flogger.h>
    28 #include <flogger.h>
    29 #endif
    29 #endif
    30 
    30 
    31 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
   124 
   124 
   125     /**
   125     /**
   126      * @since 5.0
   126      * @since 5.0
   127      */
   127      */
   128     IMPORT_C void DeregisterWidgetL( const TUid& aUid );
   128     IMPORT_C void DeregisterWidgetL( const TUid& aUid );
   129 
   129     
       
   130     /**
       
   131      * @since 5.0
       
   132      */
       
   133 	IMPORT_C void DeregisterWidgetsL( const RArray<TUid>& aUidList);
   130 
   134 
   131 private:
   135 private:
   132     /**
   136     /**
   133      * C++ default constructor.
   137      * C++ default constructor.
   134      * @param aRequestStatus - Status of the request.
   138      * @param aRequestStatus - Status of the request.