mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbhandler.h
branchRCL_3
changeset 18 c54d95799c80
parent 17 c8156a91d13c
child 21 a1247965635c
equal deleted inserted replaced
17:c8156a91d13c 18:c54d95799c80
   735          * Notifies the handler that the collection will be closed.
   735          * Notifies the handler that the collection will be closed.
   736          * It is called before closing the collection.
   736          * It is called before closing the collection.
   737          */
   737          */
   738         void PreCloseCollectionL();
   738         void PreCloseCollectionL();
   739 
   739 
   740         /**
       
   741          * Notifies the handler that the collection was closed.
       
   742          */
       
   743          void CollectionClosed();
       
   744 
       
   745          /**
       
   746          * Notifies the handler that the collection was opened.
       
   747          */
       
   748          void CollectionOpenedL();
       
   749 
       
   750          /**
   740          /**
   751           * Checks if the spefified drive is a remove drive
   741           * Checks if the spefified drive is a remove drive
   752           */
   742           */
   753          TBool IsRemoteDrive(TDriveNumber aDrive);
   743          TBool IsRemoteDrive(TDriveNumber aDrive);
   754 
   744 
  1119 
  1109 
  1120         // not owned member variables
  1110         // not owned member variables
  1121         RFs& iFs;
  1111         RFs& iFs;
  1122         CMPXResource& iResource;
  1112         CMPXResource& iResource;
  1123         TBool iOutOfDisk;                   // Are we in out of disk mode?
  1113         TBool iOutOfDisk;                   // Are we in out of disk mode?
  1124         TBool iSynchronizeBasicTable;       // Basic music table was not updated during last refresh
       
  1125         TBool iCollectionOpen;              // Databases opened
       
  1126         TBool iRefresh;                     // Refresh operation currently performed
  1114         TBool iRefresh;                     // Refresh operation currently performed
  1127         TBool iMtpInUse;                    // Flag for MTP operation
  1115         TBool iMtpInUse;                    // Flag for MTP operation
  1128         TInt  iOpOnDbCount;                 // Count to provide a min op amount in one transaction
  1116         TInt  iOpOnDbCount;                 // Count to provide a min op amount in one transaction
  1129     };
  1117     };
  1130 
  1118