mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbhandler.h
branchRCL_3
changeset 18 c54d95799c80
parent 17 c8156a91d13c
child 21 a1247965635c
--- a/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbhandler.h	Wed Mar 31 21:26:33 2010 +0300
+++ b/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbhandler.h	Wed Apr 14 15:54:18 2010 +0300
@@ -737,16 +737,6 @@
          */
         void PreCloseCollectionL();
 
-        /**
-         * Notifies the handler that the collection was closed.
-         */
-         void CollectionClosed();
-
-         /**
-         * Notifies the handler that the collection was opened.
-         */
-         void CollectionOpenedL();
-
          /**
           * Checks if the spefified drive is a remove drive
           */
@@ -1121,8 +1111,6 @@
         RFs& iFs;
         CMPXResource& iResource;
         TBool iOutOfDisk;                   // Are we in out of disk mode?
-        TBool iSynchronizeBasicTable;       // Basic music table was not updated during last refresh
-        TBool iCollectionOpen;              // Databases opened
         TBool iRefresh;                     // Refresh operation currently performed
         TBool iMtpInUse;                    // Flag for MTP operation
         TInt  iOpOnDbCount;                 // Count to provide a min op amount in one transaction