mtptransports/mtpptpiptransport/ptpipplugin/inc/cptpipcommandhandler.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    50 private :
    50 private :
    51 	CPTPIPCommandHandler(CPTPIPConnection& aConnection);
    51 	CPTPIPCommandHandler(CPTPIPConnection& aConnection);
    52 
    52 
    53 	void SendDataCompleteL(TInt aError, const MMTPType& aSource);
    53 	void SendDataCompleteL(TInt aError, const MMTPType& aSource);
    54 	void ReceiveDataCompleteL(TInt aError, MMTPType& aSink);
    54 	void ReceiveDataCompleteL(TInt aError, MMTPType& aSink);
    55 
       
    56     /**
       
    57     FLOGGER debug trace member variable.
       
    58     */
       
    59     __FLOG_DECLARATION_MEMBER;    
       
    60 	
       
    61 	};
    55 	};
    62 
    56 
    63 #endif /*CCOMMANDHANDLER_H_*/
    57 #endif /*CCOMMANDHANDLER_H_*/