inc/muscommon.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    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     
    56     }
    62     }
    57 
    63 
    58 #endif // MUSMANAGERCOMMON_H
    64 #endif // MUSMANAGERCOMMON_H
    59 
    65 
    60 // End of File
    66 // End of File