webengine/widgetinstaller/Inc/WidgetRegistrationManager.h
branchRCL_3
changeset 47 e1bea15f9a39
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
    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.