kernel/eka/drivers/usbho/usbdi_utils/usbtransfers.cpp
branchRCL_3
changeset 256 c1f20ce4abcf
parent 89 1df514389a47
child 257 3e88ff8f41d5
equal deleted inserted replaced
249:a179b74831c9 256:c1f20ce4abcf
    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 void RUsbTransferDescriptor::Close()
    41 EXPORT_C 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