musicplayer_plat/mpx_music_player_app_api/inc/mpxconstants.h
branchRCL_3
changeset 21 a1247965635c
parent 14 943ff5625028
--- a/musicplayer_plat/mpx_music_player_app_api/inc/mpxconstants.h	Wed Apr 14 15:54:18 2010 +0300
+++ b/musicplayer_plat/mpx_music_player_app_api/inc/mpxconstants.h	Tue Apr 27 16:34:37 2010 +0300
@@ -93,6 +93,10 @@
 // Error code to indicate that playback not allowed during video call
 const TInt KMPXErrorVideoCall       = -40002;
 
+// Error code to indicate expired DRM rights
+const TInt KMPXErrorExpiredRights       = -40003;
+
+
 #endif  // MPXCONSTANTS_H   
             
 // End of File