persistentstorage/store/ULIB/UL_UTL.CPP
changeset 51 7d4490026038
parent 0 08ec8eefde2f
child 55 44f437012c90
--- a/persistentstorage/store/ULIB/UL_UTL.CPP	Thu Aug 12 11:53:23 2010 +0100
+++ b/persistentstorage/store/ULIB/UL_UTL.CPP	Mon Sep 27 11:59:56 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1998-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"
@@ -17,6 +17,9 @@
 
 
 #if defined (_DEBUG)
+
+#pragma BullseyeCoverage off
+
 //
 // Leave to the current control region.
 //
@@ -60,5 +63,8 @@
 		}
 	return aPtr;
 	}
+
+#pragma BullseyeCoverage on
+
 #endif