appinstaller/AppinstUi/sisxsifplugin/inc/sisxsifplugin.pan
changeset 42 d17dc5398051
parent 25 98b66e4fb0be
equal deleted inserted replaced
37:6e7b00453237 42:d17dc5398051
    26  */
    26  */
    27 enum TSisxSifPanicCode
    27 enum TSisxSifPanicCode
    28     {
    28     {
    29     ESisxSifInternalError = 1,
    29     ESisxSifInternalError = 1,
    30     ESisxSifNotInitialized,
    30     ESisxSifNotInitialized,
    31     ESisxSifNullPointer
    31     ESisxSifNullPointer,
       
    32     ESisxSifUnknownErrorCode
    32     };
    33     };
    33 
    34 
    34 inline void Panic( TSisxSifPanicCode aReason )
    35 inline void Panic( TSisxSifPanicCode aReason )
    35     {
    36     {
    36     _LIT( category, "SisxSif" );
    37     _LIT( category, "SisxSif" );