persistentstorage/store/USTOR/UT_UTL.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    14 //
    14 //
    15 
    15 
    16 #include "UT_STD.H"
    16 #include "UT_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-Store as the category.
    22 // Panic the process with STORE-Store as the category.
    22 //
    23 //
    23 GLDEF_C void Panic(TStorePanic aPanic)
    24 GLDEF_C void Panic(TStorePanic aPanic)
    24 	{
    25 	{
    25 	_LIT(KCategory,"STORE-Store");
    26 	_LIT(KCategory,"STORE-Store");
    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 EXPORT_C void TStreamId::InternalizeL(RReadStream& aStream)
    33 EXPORT_C void TStreamId::InternalizeL(RReadStream& aStream)
    32 /** Internalises an object of this class from a read stream.
    34 /** Internalises an object of this class from a read stream.
    33 
    35