cryptoservices/certificateandkeymgmt/asn1/panic.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    23 
    23 
    24 GLDEF_C void Panic(TInt aPanic)
    24 GLDEF_C void Panic(TInt aPanic)
    25 	{
    25 	{
    26 	User::Panic(_L("ASN1"), aPanic);
    26 	User::Panic(_L("ASN1"), aPanic);
    27 	}
    27 	}
       
    28