featuremgmt/featuremgr/src/clientdll/featmgrtlsdata.h
changeset 15 3eacc0623088
parent 14 15018f1726c7
equal deleted inserted replaced
14:15018f1726c7 15:3eacc0623088
    98         void ListSupportedFeaturesL( RFeatureUidArray& aSupportedFeatures );
    98         void ListSupportedFeaturesL( RFeatureUidArray& aSupportedFeatures );
    99   
    99   
   100         TInt RequestNotification( RFeatureUidArray& aFeatures, TUid& aFeatUid, 
   100         TInt RequestNotification( RFeatureUidArray& aFeatures, TUid& aFeatUid, 
   101                 TRequestStatus& aStatus );
   101                 TRequestStatus& aStatus );
   102 
   102 
   103         TInt ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus );
   103         void ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus );
   104 
   104 
   105         TInt RequestNotifyCancel( TUid aFeature ) const;
   105         TInt RequestNotifyCancel( TUid aFeature ) const;
   106 
   106 
   107         TInt RequestNotifyCancelAll( ) const;
   107         TInt RequestNotifyCancelAll( ) const;
   108 
   108