featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp
changeset 17 55f2396f6d25
parent 15 3eacc0623088
child 55 44f437012c90
equal deleted inserted replaced
15:3eacc0623088 17:55f2396f6d25
     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".
   611 // ========================== OTHER EXPORTED FUNCTIONS =========================
   611 // ========================== OTHER EXPORTED FUNCTIONS =========================
   612 
   612 
   613 // DEBUG only API functions
   613 // DEBUG only API functions
   614 
   614 
   615 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   615 #ifdef EXTENDED_FEATURE_MANAGER_TEST
       
   616 
       
   617 #pragma BullseyeCoverage off
       
   618 
   616 /** 
   619 /** 
   617 */
   620 */
   618 void RFeatMgrClient::ResourceMark()
   621 void RFeatMgrClient::ResourceMark()
   619     {
   622     {
   620     (void)SendReceive(EFeatMgrResourceMark);
   623     (void)SendReceive(EFeatMgrResourceMark);
   679 
   682 
   680     INFO_LOG1( "RFeatMgrClient::CountAllocCells - return %d", sizePckg() );
   683     INFO_LOG1( "RFeatMgrClient::CountAllocCells - return %d", sizePckg() );
   681     return sizePckg();
   684     return sizePckg();
   682     }
   685     }
   683 
   686 
       
   687 #pragma BullseyeCoverage on
       
   688 
   684 #endif
   689 #endif
   685 
   690 
   686 //  End of File  
   691 //  End of File