persistentstorage/store/UFILE/UF_UTL.CPP
changeset 51 7d4490026038
parent 0 08ec8eefde2f
child 55 44f437012c90
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #include "UF_STD.H"
    16 #include "UF_STD.H"
    17 
    17 
    18 GLDEF_C void Panic(TFilePanic aPanic)
    18 #pragma BullseyeCoverage off
       
    19 
    19 //
    20 //
    20 // Panic the process with STORE-File as the category.
    21 // Panic the process with STORE-File as the category.
    21 //
    22 //
       
    23 GLDEF_C void Panic(TFilePanic aPanic)
    22 	{
    24 	{
    23 	_LIT(KCategory,"STORE-File");
    25 	_LIT(KCategory,"STORE-File");
    24 	User::Panic(KCategory,aPanic);
    26 	User::Panic(KCategory,aPanic);
    25 	}
    27 	}
       
    28 
       
    29 #pragma BullseyeCoverage on
    26 
    30 
    27 EXPORT_C CFileStore* FileStoreFactory::DirectLC(RFileBuf& aBuf,const TUidType& aType)
    31 EXPORT_C CFileStore* FileStoreFactory::DirectLC(RFileBuf& aBuf,const TUidType& aType)
    28 /** Opens an existing direct file store and creates a file store object to represent 
    32 /** Opens an existing direct file store and creates a file store object to represent 
    29 it.
    33 it.
    30 
    34