kernel/eka/include/d32usbtransfers.h
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    52 #ifndef __KERNEL_MODE__
    52 #ifndef __KERNEL_MODE__
    53 friend class RUsbPipe;
    53 friend class RUsbPipe;
    54 friend class RUsbTransferStrategy;
    54 friend class RUsbTransferStrategy;
    55 
    55 
    56 public:
    56 public:
    57 	IMPORT_C virtual void Close();
    57 	virtual void Close();
    58 
    58 
    59 protected:
    59 protected:
    60 	RUsbTransferDescriptor(TTransferType aType, TInt aMaxSize, TInt aMaxNumPackets);
    60 	RUsbTransferDescriptor(TTransferType aType, TInt aMaxSize, TInt aMaxNumPackets);
    61 	
    61 	
    62 protected:
    62 protected: