equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
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&) |
299 ///////////////////////////////////////////////////////////////////////////////// |
299 ///////////////////////////////////////////////////////////////////////////////// |
300 |
300 |
301 // debug only API functions |
301 // debug only API functions |
302 #ifdef EXTENDED_FEATURE_MANAGER_TEST |
302 #ifdef EXTENDED_FEATURE_MANAGER_TEST |
303 |
303 |
|
304 #pragma BullseyeCoverage off |
|
305 |
304 /** |
306 /** |
305 */ |
307 */ |
306 void CFeatMgrTlsData::ResourceMark() |
308 void CFeatMgrTlsData::ResourceMark() |
307 { |
309 { |
308 iFeatMgrClient.ResourceMark(); |
310 iFeatMgrClient.ResourceMark(); |
343 // |
345 // |
344 TInt CFeatMgrTlsData::CountAllocCells( void ) const |
346 TInt CFeatMgrTlsData::CountAllocCells( void ) const |
345 { |
347 { |
346 return iFeatMgrClient.CountAllocCells(); |
348 return iFeatMgrClient.CountAllocCells(); |
347 } |
349 } |
|
350 |
|
351 #pragma BullseyeCoverage on |
|
352 |
348 #endif |
353 #endif |
349 |
354 |
350 // End of File |
355 // End of File |