persistentstorage/store/USTRM/US_UCMP.CPP
changeset 51 7d4490026038
parent 0 08ec8eefde2f
child 55 44f437012c90
--- a/persistentstorage/store/USTRM/US_UCMP.CPP	Thu Aug 12 11:53:23 2010 +0100
+++ b/persistentstorage/store/USTRM/US_UCMP.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"
@@ -152,11 +152,15 @@
 		   (aCode >= 0x0020 && aCode <= 0x007F);
 	}
 
+#pragma BullseyeCoverage off
+
 void TUnicodeCompressionState::Panic(TPanic aPanic)
 	{
 	User::Panic(_L("ucmp"),aPanic);
 	}
 
+#pragma BullseyeCoverage on
+
 EXPORT_C TUnicodeCompressor::TUnicodeCompressor():
 	iInputBufferStart(0),
 	iInputBufferSize(0),