mmsharing/mmshmanagersrv/inc/musmanagerservercommon.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    17 
    17 
    18 
    18 
    19 #ifndef MUSMANAGERSERVERCOMMON_H
    19 #ifndef MUSMANAGERSERVERCOMMON_H
    20 #define MUSMANAGERSERVERCOMMON_H
    20 #define MUSMANAGERSERVERCOMMON_H
    21 
    21 
    22 const TInt KParameterCount = 7;
    22 const TInt KParameterCount = 8;
    23 
    23 
    24 enum EMusManagerServerParameter
    24 enum EMusManagerServerParameter
    25     {
    25     {
    26     KTelNumber = 0,
    26     KTelNumber = 0,
    27     KSipAddress,
    27     KSipAddress,
    28     KSipAddressProposal,
    28     KSipAddressProposal,
    29     KContactId,
    29     KContactId,
    30     KVideoCodec,
    30     KVideoCodec,
    31     KSipProfileId,
    31     KSipProfileId,
    32     KContactName,
    32     KContactName,
    33     KPrivacyStatus
    33     KFastMode
    34     };
    34     };
    35 
    35 
    36 #endif // ? MUSMANAGERSERVERCOMMON_H
    36 #endif // ? MUSMANAGERSERVERCOMMON_H