contacts_plat/phonebook_thumbnails_api/inc/CPbkThumbnailManager.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 /// Size of thumbnail images stored to Phonebook contacts
    27 /// Size of thumbnail images stored to Phonebook contacts
    28 #define KPbkPersonalImageSize TSize(80,96)
    28 #define KPbkPersonalImageSize TSize(150,150)
    29 
    29 
    30 //  FORWARD DECLARATIONS
    30 //  FORWARD DECLARATIONS
    31 class CPbkContactEngine;
    31 class CPbkContactEngine;
    32 class MPbkThumbnailOperation;
    32 class MPbkThumbnailOperation;
    33 class MPbkThumbnailGetObserver;
    33 class MPbkThumbnailGetObserver;