persistentstorage/store/USTRM/US_UTL.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    15 
    15 
    16 #include <s32ucmp.h>
    16 #include <s32ucmp.h>
    17 #include "US_STD.H"
    17 #include "US_STD.H"
    18 
    18 
    19 #pragma BullseyeCoverage off
    19 #pragma BullseyeCoverage off
       
    20 #pragma CTC SKIP
    20 
    21 
    21 //
    22 //
    22 // Panic the process with STORE-Stream as the category.
    23 // Panic the process with STORE-Stream as the category.
    23 //
    24 //
    24 GLDEF_C void Panic(TStreamPanic aPanic)
    25 GLDEF_C void Panic(TStreamPanic aPanic)
    25 	{
    26 	{
    26 	_LIT(KCategory,"STORE-Stream");
    27 	_LIT(KCategory,"STORE-Stream");
    27 	User::Panic(KCategory,aPanic);
    28 	User::Panic(KCategory,aPanic);
    28 	}
    29 	}
    29 
    30 
       
    31 #pragma CTC ENDSKIP
    30 #pragma BullseyeCoverage on
    32 #pragma BullseyeCoverage on
    31 
    33 
    32 EXPORT_C void TCardinality::ExternalizeL(RWriteStream& aStream) const
    34 EXPORT_C void TCardinality::ExternalizeL(RWriteStream& aStream) const
    33 /** Externalises this object to a write stream.
    35 /** Externalises this object to a write stream.
    34 
    36