diff -r 4e84c994a771 -r 82baf59ce8dd inc/mpcommondefs.h --- a/inc/mpcommondefs.h Fri Mar 19 09:28:13 2010 +0200 +++ b/inc/mpcommondefs.h Fri Apr 16 14:56:30 2010 +0300 @@ -26,6 +26,8 @@ const long int KMusicPlayerUid = {0x10207C62}; const long int KCollectionViewUid = {0x10207C63}; const long int KPlaybackViewUid = {0x10207C64}; + const long int KSettingsViewUid = {0x10207C66}; + const long int KDetailsViewUid = {0x2002D0AA}; /*! Command code sent from the views to the application main window @@ -34,7 +36,9 @@ enum MpCommandCode { Exit, ActivateCollectionView, - ActivatePlaybackView + ActivatePlaybackView, + ActivateSettingsView, + ActivateDetailsView }; /*!