mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbplugin/src/mpxdbplugin.cpp
branchRCL_3
changeset 12 171e07ac910f
parent 0 ff3acec5bc43
equal deleted inserted replaced
11:943ff5625028 12:171e07ac910f
    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 ==============================