inc/muscommon.h
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
equal deleted inserted replaced
22:73a1feb507fb 23:bc78a40cd63c
    51         ENoSipProfile,          // there's no sip profile -> error
    51         ENoSipProfile,          // there's no sip profile -> error
    52         ESipRegistrationFailed, // sip registration failed -> error
    52         ESipRegistrationFailed, // sip registration failed -> error
    53         ESipOptionsFailed       // sip options revealed that the remote host is 
    53         ESipOptionsFailed       // sip options revealed that the remote host is 
    54                                 // not capable of video sharing -> error
    54                                 // not capable of video sharing -> error
    55         };
    55         };
    56     
       
    57     // values for application startup behavior (have same effect as command
       
    58     // enumerations of CApaCommandLine)
       
    59     const TUint KMusCommandLetterRun = 'R';
       
    60     const TUint KMusCommandLetterBackground = 'B';
       
    61     
       
    62     }
    56     }
    63 
    57 
    64 #endif // MUSMANAGERCOMMON_H
    58 #endif // MUSMANAGERCOMMON_H
    65 
    59 
    66 // End of File
    60 // End of File