featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 8 fa9941cf3867
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
     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".
    19 
    19 
    20 #define UNUSED_ARG(arg) arg = arg
    20 #define UNUSED_ARG(arg) arg = arg
    21 
    21 
    22 //Defined in featurecontrol.cpp
    22 //Defined in featurecontrol.cpp
    23 extern CFeatMgrTlsData* TlsData();
    23 extern CFeatMgrTlsData* TlsData();
       
    24 
       
    25 #pragma BullseyeCoverage off
    24 
    26 
    25 /** 
    27 /** 
    26 */
    28 */
    27 EXPORT_C void TFeatMgrResourceTester::Mark()
    29 EXPORT_C void TFeatMgrResourceTester::Mark()
    28     {
    30     {
    64 #else    
    66 #else    
    65     UNUSED_ARG(aAllocFailType);
    67     UNUSED_ARG(aAllocFailType);
    66     UNUSED_ARG(aRate);
    68     UNUSED_ARG(aRate);
    67 #endif    
    69 #endif    
    68     }
    70     }
       
    71 
       
    72 #pragma BullseyeCoverage on