contacts_plat/virtual_phonebook_engine_api/inc/MVPbkStoreContactField.h
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    18 #ifndef MVPBKSTORECONTACTFIELD_H
    18 #ifndef MVPBKSTORECONTACTFIELD_H
    19 #define MVPBKSTORECONTACTFIELD_H
    19 #define MVPBKSTORECONTACTFIELD_H
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 #include <mvpbkbasecontactfield.h>
    23 #include <MVPbkBaseContactField.h>
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 /// A constant that indicates that the store doesn't set limits
    26 /// A constant that indicates that the store doesn't set limits
    27 /// to the length of the label
    27 /// to the length of the label
    28 const TInt KVPbkUnlimitedLabelLength = -1;
    28 const TInt KVPbkUnlimitedLabelLength = -1;