mpxmusicplayer/commonui/src/mpxcommonuihelper.cpp
branchRCL_3
changeset 12 171e07ac910f
parent 11 943ff5625028
child 15 a1247965635c
equal deleted inserted replaced
11:943ff5625028 12:171e07ac910f
   105 const TReal KMPXOneMB ( 1048576 );
   105 const TReal KMPXOneMB ( 1048576 );
   106 const TReal KMPXOneGB ( 1073741824 );
   106 const TReal KMPXOneGB ( 1073741824 );
   107 
   107 
   108 const TText KRightToLeftMark = 0x200F;
   108 const TText KRightToLeftMark = 0x200F;
   109 
   109 
   110 const TInt KMPXChunkSize = 100;  // number of songs added in each chunk, IncAddL
   110 const TInt KMPXChunkSize = 50;  // number of songs added in each chunk, IncAddL
   111 const TInt KSQLErrGeneral = -311; // SQL General error. Don't want to include sql header here
   111 const TInt KSQLErrGeneral = -311; // SQL General error. Don't want to include sql header here
   112 
   112 
   113 _LIT( KMPXCommonUiRscPath, "mpxcommonui.rsc" );
   113 _LIT( KMPXCommonUiRscPath, "mpxcommonui.rsc" );
   114 _LIT( KMPXAddToPlaylistMemoryCardIcon, "\t0");
   114 _LIT( KMPXAddToPlaylistMemoryCardIcon, "\t0");
   115 _LIT( KMPXCommonUiIconFile, "mpxcommonui.mbm" );
   115 _LIT( KMPXCommonUiIconFile, "mpxcommonui.mbm" );