mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h
branchRCL_3
changeset 6 ef55b168cedb
parent 5 3673b591050c
child 18 453dfc402455
--- a/mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h	Wed Apr 14 16:49:36 2010 +0300
+++ b/mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h	Tue Apr 27 17:30:23 2010 +0300
@@ -63,8 +63,6 @@
     
     TMTPFormatCode FindFormat(const TDesC& aExtension);
     const TDesC& FindMimeType(const TDesC& aExtension);
-    TBool GetCacheParentHandle(const TDesC& aParentPath, TUint32& aParentHandle);
-    void  SetCacheParentHandle(const TDesC& aParentPath, TUint32 aParentHandle);
     void AppendDeleteObjectsArrayL(const TDesC& aSuid);
     void HandleDeleteObjectsArray();
     void IncreaseNewPictures(TInt aCount);
@@ -95,14 +93,7 @@
     void SessionOpenedL(const TMTPNotificationParamsSessionChange& aSession);
     void RenameObjectL(const TMTPNotificationParamsHandle& aParam);
     
-    TUint QueryImageObjectCountL();
-    
-private:
-    struct SMTPImageDpParentCache
-        {        
-        TPath   iPath;
-        TUint32 iHandle;
-        };
+    TUint QueryImageObjectCountL();    
     
 private:
 	/**
@@ -130,9 +121,7 @@
     /**
      * contain the mapping image's extension to mime type
      */
-    RHashMap<TBuf<KMaxExtNameLength>, TBuf<KMaxMimeNameLength> > iMimeMappings;    
-    
-    SMTPImageDpParentCache  iParentCache;
+    RHashMap<TBuf<KMaxExtNameLength>, TBuf<KMaxMimeNameLength> > iMimeMappings;
     
     TInt                    iActiveProcessor;
     TBool                   iActiveProcessorRemoved;