contacts_plat/virtual_phonebook_engine_api/inc/MVPbkStoreContactFieldCollection.h
branchRCL_3
changeset 11 2828b4d142c0
parent 0 e686773b3f54
equal deleted inserted replaced
9:0d28c1c5b6dd 11:2828b4d142c0
    20 #define MVPBKSTORECONTACTFIELDCOLLECTION_H
    20 #define MVPBKSTORECONTACTFIELDCOLLECTION_H
    21 
    21 
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32def.h>
    24 #include <e32def.h>
    25 #include <mvpbkbasecontactfieldcollection.h>
    25 #include <MVPbkBaseContactFieldCollection.h>
    26 
    26 
    27 // Includes needed for covariant return types
    27 // Includes needed for covariant return types
    28 #include <mvpbkstorecontactfield.h>
    28 #include <MVPbkStoreContactField.h>
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class MVPbkStoreContact;
    31 class MVPbkStoreContact;
    32 class MVPbkStoreContactField;
    32 class MVPbkStoreContactField;
    33 
    33