diff -r 33a5d2bbf6fc -r 73a1feb507fb inc/muscommon.h --- 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