mtpfws/mtpfw/dataproviders/proxydp/inc/cmtpproxydp.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    45     void ProcessNotificationL(TMTPNotification aNotification, const TAny* aParams);
    45     void ProcessNotificationL(TMTPNotification aNotification, const TAny* aParams);
    46     void ProcessRequestPhaseL(TMTPTransactionPhase aPhase, const TMTPTypeRequest& aRequest, MMTPConnection& aConnection);
    46     void ProcessRequestPhaseL(TMTPTransactionPhase aPhase, const TMTPTypeRequest& aRequest, MMTPConnection& aConnection);
    47     void StartObjectEnumerationL(TUint32 aStorageId, TBool aPersistentFullEnumeration);
    47     void StartObjectEnumerationL(TUint32 aStorageId, TBool aPersistentFullEnumeration);
    48     void StartStorageEnumerationL();
    48     void StartStorageEnumerationL();
    49     void Supported(TMTPSupportCategory aCategory, RArray<TUint>& aArray) const;
    49     void Supported(TMTPSupportCategory aCategory, RArray<TUint>& aArray) const;
    50     TAny* GetExtendedInterface(TUid aInterfaceUid);
       
    51  	void SupportedL(TMTPSupportCategory aCategory, CDesCArray& aStrings) const;
    50  	void SupportedL(TMTPSupportCategory aCategory, CDesCArray& aStrings) const;
    52 	void ConstructL();
    51 	void ConstructL();
    53 
    52 
    54 private:
    53 private:
    55 
    54 
    69     
    68     
    70     TInt									iActiveProcessor;
    69     TInt									iActiveProcessor;
    71     TBool									iActiveProcessorRemoved;
    70     TBool									iActiveProcessorRemoved;
    72     RMTPProxyDpSingletons   iSingletons;
    71     RMTPProxyDpSingletons   iSingletons;
    73 
    72 
    74  	/**
       
    75     FLOGGER debug trace member variable.
       
    76     */
       
    77     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    78 
       
    79     };
    73     };
    80 #endif // CMTPPROXYDP_H
    74 #endif // CMTPPROXYDP_H