mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h
branchRCL_3
changeset 58 142dacf7b30e
parent 45 74aa6861c87d
--- a/mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h	Wed Sep 15 13:07:27 2010 +0300
+++ b/mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h	Wed Oct 13 15:29:02 2010 +0300
@@ -58,7 +58,7 @@
     
 public:
     CMTPImageDpObjectPropertyMgr& PropertyMgr()const;
-    CMTPImageDpThumbnailCreator*  ThumbnailManager();
+    CMTPImageDpThumbnailCreator&  ThumbnailManager() const;
     CRepository& Repository() const;
     
     TMTPFormatCode FindFormat(const TDesC& aExtension);
@@ -67,7 +67,6 @@
     void HandleDeleteObjectsArray();
     void IncreaseNewPictures(TInt aCount);
     void DecreaseNewPictures(TInt aCount);
-    void ResetNewPictures();
     void HandleMdeSessionCompleteL(TInt aError);
     
 public: // From CMTPDataProviderPlugin
@@ -130,7 +129,6 @@
     TBool                   iEnumerationNotified;
 	
 	RPointerArray<HBufC>    iDeleteObjectsArray;
-	RArray<TUint>			iNewPicHandles;
     };
     
 #endif // CMTPIMAGEDP_H