mtpdataproviders/mtpimagedp/inc/cmtpimagedp.h
branchRCL_3
changeset 18 453dfc402455
parent 6 ef55b168cedb
child 19 0aa8cc770c8a
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
    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