imagehandlingutilities/thumbnailmanager/inc/thumbnailpanic.h
branchRCL_3
changeset 11 dea39715fc05
parent 0 2014ca87e772
child 16 85a88bc05e45
equal deleted inserted replaced
10:7403edfcf0fb 11:dea39715fc05
    28     // Numerical values used to help finding the reason based on
    28     // Numerical values used to help finding the reason based on
    29     // panic code.
    29     // panic code.
    30     EThumbnailNullPointer = 0, EThumbnailBadSize = 1, EThumbnailBadBitmapHandle
    30     EThumbnailNullPointer = 0, EThumbnailBadSize = 1, EThumbnailBadBitmapHandle
    31         = 2, EThumbnailBadPath = 3, EThumbnailUnknownMessage = 4,
    31         = 2, EThumbnailBadPath = 3, EThumbnailUnknownMessage = 4,
    32         EThumbnailMessageNotCompleted = 5, EThumbnailBitmapNotReleased = 6,
    32         EThumbnailMessageNotCompleted = 5, EThumbnailBitmapNotReleased = 6,
    33         EThumbnailEmptyDescriptor = 7, EThumbnailWrongId = 8, EAlreadyRunning =
    33         EThumbnailEmptyDescriptor = 7, EThumbnailWrongId = 8, EThumbnailAlreadyRunning =
    34         10
    34         9, EThumbnailDatabaseUnrecoverable = 10
    35     };
    35     };
    36 
    36 
    37 /**
    37 /**
    38  * Call User::Panic() with Thumbnail Manager panic category using
    38  * Call User::Panic() with Thumbnail Manager panic category using
    39  * one of the panic codes above
    39  * one of the panic codes above