featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 8 fa9941cf3867
--- a/featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp	Fri Mar 12 15:51:02 2010 +0200
+++ b/featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp	Mon Mar 15 12:46:30 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -22,6 +22,8 @@
 //Defined in featurecontrol.cpp
 extern CFeatMgrTlsData* TlsData();
 
+#pragma BullseyeCoverage off
+
 /** 
 */
 EXPORT_C void TFeatMgrResourceTester::Mark()
@@ -66,3 +68,5 @@
     UNUSED_ARG(aRate);
 #endif    
     }
+
+#pragma BullseyeCoverage on