kernel/eka/include/d32usbtransfers.h
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
    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 	virtual void Close();
    57 	IMPORT_C 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: