webengine/widgetinstaller/Inc/WidgetInstaller.h
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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);
       
   134 
   130 
   135 private:
   131 private:
   136     /**
   132     /**
   137      * C++ default constructor.
   133      * C++ default constructor.
   138      * @param aRequestStatus - Status of the request.
   134      * @param aRequestStatus - Status of the request.