persistentstorage/store/UCONT/UC_UTL.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    14 //
    14 //
    15 
    15 
    16 #include "UC_STD.H"
    16 #include "UC_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-Container as the category.
    22 // Panic the process with STORE-Container as the category.
    22 //
    23 //
    23 GLDEF_C void Panic(TContainerPanic aPanic)
    24 GLDEF_C void Panic(TContainerPanic aPanic)
    24 	{
    25 	{
    25 	_LIT(KCategory,"STORE-Container");
    26 	_LIT(KCategory,"STORE-Container");
    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