persistentstorage/store/UMEM/UM_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 "UM_STD.H"
    16 #include "UM_STD.H"
    17 
    17 
    18 GLDEF_C void Panic(TMemPanic aPanic)
    18 #pragma BullseyeCoverage off
       
    19 
    19 //
    20 //
    20 // Panic the process with STORE-Memory as the category.
    21 // Panic the process with STORE-Memory as the category.
    21 //
    22 //
       
    23 GLDEF_C void Panic(TMemPanic aPanic)
    22 	{
    24 	{
    23 	_LIT(KCategory,"STORE-Memory");
    25 	_LIT(KCategory,"STORE-Memory");
    24 	User::Panic(KCategory,aPanic);
    26 	User::Panic(KCategory,aPanic);
    25 	}
    27 	}
       
    28 
       
    29 #pragma BullseyeCoverage on
    26 
    30 
    27 HBufBuf* HBufBuf::NewL(CBufBase& aBuf,TInt aPos,TInt aMode)
    31 HBufBuf* HBufBuf::NewL(CBufBase& aBuf,TInt aPos,TInt aMode)
    28 //
    32 //
    29 // Create a pre-set buffer stream buffer.
    33 // Create a pre-set buffer stream buffer.
    30 //
    34 //