inc/mpcommondefs.h
changeset 20 82baf59ce8dd
parent 19 4e84c994a771
child 22 ecf06a08d4d9
--- 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
     };
 
     /*!