usbmgmt/usbmgrtest/t_usbmodem/inc/t_usbmodem.h
changeset 31 4bea936937d0
parent 0 c9bc50fca66e
child 43 012cc2ee6408
equal deleted inserted replaced
30:0897fb188e2a 31:4bea936937d0
   144 private:
   144 private:
   145 	TBool iPortType;
   145 	TBool iPortType;
   146 	RComm* iCommPort;
   146 	RComm* iCommPort;
   147 	};
   147 	};
   148 
   148 
   149 class CDuplex : public MTransferNotifier, CBase
   149 class CDuplex : public CBase, MTransferNotifier
   150 	{
   150 	{
   151 public:
   151 public:
   152 	// Construction
   152 	// Construction
   153 	static CDuplex* NewL();
   153 	static CDuplex* NewL();
   154 	// Destruction
   154 	// Destruction