mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h
changeset 31 a26669f87b46
parent 29 3ae5cb0b4c02
child 41 2c19c7cf5550
equal deleted inserted replaced
29:3ae5cb0b4c02 31:a26669f87b46
    65     const TDesC& FindMimeType(const TDesC& aExtension);
    65     const TDesC& FindMimeType(const TDesC& aExtension);
    66     void AppendDeleteObjectsArrayL(const TDesC& aSuid);
    66     void AppendDeleteObjectsArrayL(const TDesC& aSuid);
    67     void HandleDeleteObjectsArray();
    67     void HandleDeleteObjectsArray();
    68     void IncreaseNewPictures(TInt aCount);
    68     void IncreaseNewPictures(TInt aCount);
    69     void DecreaseNewPictures(TInt aCount);
    69     void DecreaseNewPictures(TInt aCount);
       
    70     void ResetNewPictures();
    70     void HandleMdeSessionCompleteL(TInt aError);
    71     void HandleMdeSessionCompleteL(TInt aError);
    71     
    72     
    72 public: // From CMTPDataProviderPlugin
    73 public: // From CMTPDataProviderPlugin
    73     void Cancel();
    74     void Cancel();
    74     void ProcessEventL(const TMTPTypeEvent& aEvent, MMTPConnection& aConnection);
    75     void ProcessEventL(const TMTPTypeEvent& aEvent, MMTPConnection& aConnection);
   127     TBool                   iActiveProcessorRemoved;    
   128     TBool                   iActiveProcessorRemoved;    
   128     TBool                   iEnumerated;
   129     TBool                   iEnumerated;
   129     TBool                   iEnumerationNotified;
   130     TBool                   iEnumerationNotified;
   130 	
   131 	
   131 	RPointerArray<HBufC>    iDeleteObjectsArray;
   132 	RPointerArray<HBufC>    iDeleteObjectsArray;
       
   133 	RArray<TUint>			iNewPicHandles;
   132     };
   134     };
   133     
   135     
   134 #endif // CMTPIMAGEDP_H
   136 #endif // CMTPIMAGEDP_H