kernel/eka/drivers/usbho/usbdi_utils/usbtransfers.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    36 	}
    36 	}
    37 
    37 
    38 /**
    38 /**
    39 Releases resources allocated to this transfer descriptor.
    39 Releases resources allocated to this transfer descriptor.
    40 */
    40 */
    41 EXPORT_C void RUsbTransferDescriptor::Close()
    41 void RUsbTransferDescriptor::Close()
    42 	{
    42 	{
    43 	// Do nothing - the buffer is owned by the {R,D}UsbInterface.
    43 	// Do nothing - the buffer is owned by the {R,D}UsbInterface.
    44 	// This is provided in case the descriptor owns resources in future.
    44 	// This is provided in case the descriptor owns resources in future.
    45 	}
    45 	}
    46 
    46