--- a/persistentstorage/store/UFILE/UF_UTL.CPP Thu Aug 12 11:53:23 2010 +0100
+++ b/persistentstorage/store/UFILE/UF_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"
@@ -15,15 +15,19 @@
#include "UF_STD.H"
-GLDEF_C void Panic(TFilePanic aPanic)
+#pragma BullseyeCoverage off
+
//
// Panic the process with STORE-File as the category.
//
+GLDEF_C void Panic(TFilePanic aPanic)
{
_LIT(KCategory,"STORE-File");
User::Panic(KCategory,aPanic);
}
+#pragma BullseyeCoverage on
+
EXPORT_C CFileStore* FileStoreFactory::DirectLC(RFileBuf& aBuf,const TUidType& aType)
/** Opens an existing direct file store and creates a file store object to represent
it.