mtptransports/mtpusbtransport/usbsic_imp/inc/cmtpusbepbase.h
changeset 31 a26669f87b46
parent 29 3ae5cb0b4c02
child 49 c20dd21d1eb4
equal deleted inserted replaced
29:3ae5cb0b4c02 31:a26669f87b46
    53     void CancelReceiveL(TInt aReason);
    53     void CancelReceiveL(TInt aReason);
    54     void CancelSendL(TInt aReason);
    54     void CancelSendL(TInt aReason);
    55     
    55     
    56     void FlushRxDataL();
    56     void FlushRxDataL();
    57     void FlushBufferedRxDataL();
    57     void FlushBufferedRxDataL();
       
    58     void FlushOnePacketL();
    58     
    59     
    59 protected:
    60 protected:
    60 
    61 
    61     CMTPUsbEpBase(TUint aId, TPriority aPriority, CMTPUsbConnection& aConnection);
    62     CMTPUsbEpBase(TUint aId, TPriority aPriority, CMTPUsbConnection& aConnection);
    62     
    63