mmsharing/mmshmanagersrv/inc/musmanagerservercommon.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    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 = 8;
    22 const TInt KParameterCount = 7;
    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     KFastMode
    33     KPrivacyStatus
    34     };
    34     };
    35 
    35 
    36 #endif // ? MUSMANAGERSERVERCOMMON_H
    36 #endif // ? MUSMANAGERSERVERCOMMON_H