webengine/widgetinstaller/Inc/WidgetRegistrationManager.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    66         * @since 3.1
    66         * @since 3.1
    67         * @param aUid - the UID of widget to be unisntalled
    67         * @param aUid - the UID of widget to be unisntalled
    68         * @return void
    68         * @return void
    69         */
    69         */
    70         void DeregisterWidgetL( const TUid& aUid );
    70         void DeregisterWidgetL( const TUid& aUid );
    71 
    71         
       
    72         /**
       
    73         * deregister installed widgets as non native app
       
    74         * @since 3.1
       
    75         * @param aUidList - the list of UID of widgets to be unisntalled
       
    76         * @return void
       
    77         */		
       
    78 		void DeregisterWidgetsL( const RArray<TUid>& aUidList);
    72 
    79 
    73     protected:  // constructors
    80     protected:  // constructors
    74 
    81 
    75         /**
    82         /**
    76         * C++ Constructor.
    83         * C++ Constructor.