mtptransports/mtpptpiptransport/ptpipcontroller/inc/cptpipcontroller.h
changeset 52 866b4af7ffbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
51:64200268cac2 52:866b4af7ffbe
    71 	*/
    71 	*/
    72 	EDeviceFriendlyName  = 0x00000000
    72 	EDeviceFriendlyName  = 0x00000000
    73 }; 		
    73 }; 		
    74 
    74 
    75 
    75 
    76 class CPTPIPController : public MPTPIPController,public CActive
    76 class CPTPIPController : public CActive, public MPTPIPController
    77 {
    77 {
    78 public:	 
    78 public:	 
    79 	IMPORT_C static CPTPIPController* NewL();
    79 	IMPORT_C static CPTPIPController* NewL();
    80 	IMPORT_C static CPTPIPController* NewLC();
    80 	IMPORT_C static CPTPIPController* NewLC();
    81 	IMPORT_C ~CPTPIPController();
    81 	IMPORT_C ~CPTPIPController();