mtpfws/mtpfw/inc/cmtpobjectstore.h
changeset 60 841f70763fbe
parent 51 64200268cac2
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   167         {
   167         {
   168         public:
   168         public:
   169             static CSnapshotWorker* NewL(CMTPObjectStore* aObjectStore, TBool aOnlyRoot); 
   169             static CSnapshotWorker* NewL(CMTPObjectStore* aObjectStore, TBool aOnlyRoot); 
   170             
   170             
   171             void RunL();
   171             void RunL();
   172             TInt RunErr();
   172             TInt RunError(TInt aErr);
   173             void ActiveSelf();
   173             void ActiveSelf();
   174             ~CSnapshotWorker();
   174             ~CSnapshotWorker();
   175 			
   175 			
   176         private:
   176         private:
   177             CSnapshotWorker(CMTPObjectStore* aObjectStore, TBool aOnlyRoot);
   177             CSnapshotWorker(CMTPObjectStore* aObjectStore, TBool aOnlyRoot);