equal
deleted
inserted
replaced
23 #ifndef CMTPCONTROLLERTIMER_H_ |
23 #ifndef CMTPCONTROLLERTIMER_H_ |
24 #define CMTPCONTROLLERTIMER_H_ |
24 #define CMTPCONTROLLERTIMER_H_ |
25 |
25 |
26 #include <e32base.h> |
26 #include <e32base.h> |
27 #include <mtp/rmtpclient.h> |
27 #include <mtp/rmtpclient.h> |
28 #include "mtpdebug.h" |
|
29 |
28 |
30 class CMTPOperator; |
29 class CMTPOperator; |
31 |
30 |
32 class CMTPControllerTimer : public CTimer |
31 class CMTPControllerTimer : public CTimer |
33 { |
32 { |
46 CMTPControllerTimer(RMTPClient& aMTPClient, CMTPOperator& aMTPOperator); |
45 CMTPControllerTimer(RMTPClient& aMTPClient, CMTPOperator& aMTPOperator); |
47 void ConstructL(); |
46 void ConstructL(); |
48 void RunL(); |
47 void RunL(); |
49 |
48 |
50 private: |
49 private: |
51 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
52 |
50 |
53 RMTPClient& iMTPClient; |
51 RMTPClient& iMTPClient; |
54 CMTPOperator * iMTPOperator; |
52 CMTPOperator * iMTPOperator; |
55 TBool iStopTransport; |
53 TBool iStopTransport; |
56 |
54 |