mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbplugin/src/mpxdbplugin.cpp
equal
deleted
inserted
replaced
62 _LIT(KMPlayerDbPluginMbmFile, "mpxdbplugin.mif"); |
62 _LIT(KMPlayerDbPluginMbmFile, "mpxdbplugin.mif"); |
63 const TInt KFirstFetchCount = 400; |
63 const TInt KFirstFetchCount = 400; |
64 |
64 |
65 const TUid KCRUIDMusicPlayerFeatures = { 0x101FFCD0 }; |
65 const TUid KCRUIDMusicPlayerFeatures = { 0x101FFCD0 }; |
66 const TInt KMusicPlayerFeatures = 1; |
66 const TInt KMusicPlayerFeatures = 1; |
67 const TInt KDisablePodcasting = 0x80; |
67 const TInt KDisablePodcasting = 0x08; |
68 |
68 |
69 const TInt KIncrementalDeleteCount = 400; |
69 const TInt KIncrementalDeleteCount = 400; |
70 |
70 |
71 const TInt KSQLErrGeneral = -311; // SQL General error. Don't want to include sql header here |
71 const TInt KSQLErrGeneral = -311; // SQL General error. Don't want to include sql header here |
72 // ============================ MEMBER FUNCTIONS ============================== |
72 // ============================ MEMBER FUNCTIONS ============================== |