equal
deleted
inserted
replaced
223 |
223 |
224 // ----------------------------------------------------------------------------- |
224 // ----------------------------------------------------------------------------- |
225 // CFeatMgrTlsData::ReRequestNotification(TUid&, TRequestStatus&) |
225 // CFeatMgrTlsData::ReRequestNotification(TUid&, TRequestStatus&) |
226 // ----------------------------------------------------------------------------- |
226 // ----------------------------------------------------------------------------- |
227 // |
227 // |
228 TInt CFeatMgrTlsData::ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus ) |
228 void CFeatMgrTlsData::ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus ) |
229 { |
229 { |
230 return iFeatMgrClient.ReRequestNotification( aFeatUid, aStatus ); |
230 iFeatMgrClient.ReRequestNotification( aFeatUid, aStatus ); |
231 } |
231 } |
232 |
232 |
233 |
233 |
234 // ----------------------------------------------------------------------------- |
234 // ----------------------------------------------------------------------------- |
235 // CFeatMgrTlsData::RequestNotification(RFeatureUidArray&, TUid&, TRequestStatus&) |
235 // CFeatMgrTlsData::RequestNotification(RFeatureUidArray&, TUid&, TRequestStatus&) |