branch | RCL_3 |
changeset 32 | 73a1feb507fb |
parent 0 | f0cf47e981f9 |
child 33 | bc78a40cd63c |
--- a/inc/muscommon.h Thu Aug 19 09:51:39 2010 +0300 +++ b/inc/muscommon.h Tue Aug 31 15:12:07 2010 +0300 @@ -53,6 +53,12 @@ ESipOptionsFailed // sip options revealed that the remote host is // not capable of video sharing -> error }; + + // values for application startup behavior (have same effect as command + // enumerations of CApaCommandLine) + const TUint KMusCommandLetterRun = 'R'; + const TUint KMusCommandLetterBackground = 'B'; + } #endif // MUSMANAGERCOMMON_H