featuremgmt/featuremgr/src/clientdll/featureclient.h
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
   151          * 
   151          * 
   152          * @param aFeatUid UId of the feature to be re-requested.
   152          * @param aFeatUid UId of the feature to be re-requested.
   153          * @param aStatus Client request to be signalled asynchronously.
   153          * @param aStatus Client request to be signalled asynchronously.
   154          * @return One of the Symbian OS system-wide error codes.
   154          * @return One of the Symbian OS system-wide error codes.
   155          */
   155          */
   156         virtual TInt ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus ) = 0;
   156         virtual void ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus ) = 0;
   157         
   157         
   158         /**
   158         /**
   159         * Cancel notification request for single feature's changes.
   159         * Cancel notification request for single feature's changes.
   160         *
   160         *
   161         * @param aFeature Feature, for which client notification cancellation.
   161         * @param aFeature Feature, for which client notification cancellation.