persistentstorage/store/UMEM/UM_UTL.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    14 //
    14 //
    15 
    15 
    16 #include "UM_STD.H"
    16 #include "UM_STD.H"
    17 
    17 
    18 #pragma BullseyeCoverage off
    18 #pragma BullseyeCoverage off
       
    19 #pragma CTC SKIP
    19 
    20 
    20 //
    21 //
    21 // Panic the process with STORE-Memory as the category.
    22 // Panic the process with STORE-Memory as the category.
    22 //
    23 //
    23 GLDEF_C void Panic(TMemPanic aPanic)
    24 GLDEF_C void Panic(TMemPanic aPanic)
    24 	{
    25 	{
    25 	_LIT(KCategory,"STORE-Memory");
    26 	_LIT(KCategory,"STORE-Memory");
    26 	User::Panic(KCategory,aPanic);
    27 	User::Panic(KCategory,aPanic);
    27 	}
    28 	}
    28 
    29 
       
    30 #pragma CTC ENDSKIP
    29 #pragma BullseyeCoverage on
    31 #pragma BullseyeCoverage on
    30 
    32 
    31 HBufBuf* HBufBuf::NewL(CBufBase& aBuf,TInt aPos,TInt aMode)
    33 HBufBuf* HBufBuf::NewL(CBufBase& aBuf,TInt aPos,TInt aMode)
    32 //
    34 //
    33 // Create a pre-set buffer stream buffer.
    35 // Create a pre-set buffer stream buffer.