phonebookui/Phonebook/BCardEng/src/CBCardThumbnailHandler.cpp
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    30 /// Unnamed namespace for local definitions
    30 /// Unnamed namespace for local definitions
    31 namespace {
    31 namespace {
    32 
    32 
    33 // LOCAL CONSTANTS AND MACROS
    33 // LOCAL CONSTANTS AND MACROS
    34 // Default size for thumbnail images
    34 // Default size for thumbnail images
    35 #define KDefaultThumbnailSize TSize(80,96)
    35 #define KDefaultThumbnailSize TSize(150,150)
    36 /// JPEG file mime type
    36 /// JPEG file mime type
    37 _LIT8(KJpegMimeType, "image/jpeg");
    37 _LIT8(KJpegMimeType, "image/jpeg");
    38 
    38 
    39 #ifdef _DEBUG
    39 #ifdef _DEBUG
    40 enum TPanicCode
    40 enum TPanicCode