featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp
changeset 17 55f2396f6d25
parent 14 15018f1726c7
child 55 44f437012c90
--- a/featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp	Fri Apr 16 16:49:27 2010 +0300
+++ b/featuremgmt/featuremgr/src/clientdll/featmgrresourcetester.cpp	Mon May 03 14:09:14 2010 +0300
@@ -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