classicui_plat/extended_aiw_criteria_api/inc/AiwDialDataTypes.h
branchRCL_3
changeset 55 aecbbf00d063
parent 4 8ca85d2f0db7
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
    21 
    21 
    22 #ifndef AIWDIALDATATYPES_H
    22 #ifndef AIWDIALDATATYPES_H
    23 #define AIWDIALDATATYPES_H  
    23 #define AIWDIALDATATYPES_H  
    24 
    24 
    25 #include <cntdef.h>  // For KNullContactId
    25 #include <cntdef.h>  // For KNullContactId
    26 #include <TPbkContactItemField.h> // For contact item field
    26 #include <tpbkcontactitemfield.h> // For contact item field
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 
    29 
    30 // Lengths of various strings.
    30 // Lengths of various strings.
    31 const TInt KAiwTelephoneNumberLength = 100; // Telephony number length.
    31 const TInt KAiwTelephoneNumberLength = 100; // Telephony number length.
   529 // API function member. 
   529 // API function member. 
   530 typedef TPckgC< TAiwDialDataV1 >  TAiwDialDataV1Pckg;
   530 typedef TPckgC< TAiwDialDataV1 >  TAiwDialDataV1Pckg;
   531 
   531 
   532 
   532 
   533 // Inline methods
   533 // Inline methods
   534 #include    <AiwDialDataTypes.inl>
   534 #include    <aiwdialdatatypes.inl>
   535 
   535 
   536 
   536 
   537 #endif // AIWDIALDATATYPES_H
   537 #endif // AIWDIALDATATYPES_H
   538             
   538             
   539 // End of File
   539 // End of File