equal
deleted
inserted
replaced
33 class CPop3ClientMtm; |
33 class CPop3ClientMtm; |
34 class CImap4ClientMtm; |
34 class CImap4ClientMtm; |
35 |
35 |
36 class CMessageDataHandler : public CActive |
36 class CMessageDataHandler : public CActive |
37 { |
37 { |
38 public: |
38 public: |
39 /** |
39 /** |
40 * Construction |
40 * Construction |
41 * @return Harvester image plugin |
41 * @return Harvester image plugin |
42 */ |
42 */ |
43 static CMessageDataHandler* NewL(CMessagePlugin& aMessagePlugin, |
43 static CMessageDataHandler* NewL(CMessagePlugin& aMessagePlugin, |
161 CSmsClientMtm* iSmsMtm; |
161 CSmsClientMtm* iSmsMtm; |
162 CSmtpClientMtm* iSmtpMtm; // client for opening smtp |
162 CSmtpClientMtm* iSmtpMtm; // client for opening smtp |
163 CPop3ClientMtm* iPop3Mtm; // client for opening pop3 |
163 CPop3ClientMtm* iPop3Mtm; // client for opening pop3 |
164 CImap4ClientMtm* iImap4Mtm; // client for opening imap4 |
164 CImap4ClientMtm* iImap4Mtm; // client for opening imap4 |
165 RFs iFs; |
165 RFs iFs; |
|
166 #ifdef HARVESTERPLUGINTESTER_FRIEND |
|
167 friend class CHarvesterPluginTester; |
|
168 #endif |
166 }; |
169 }; |
167 |
170 |
168 #endif // CMESSAGEDATAHANDLER_H |
171 #endif // CMESSAGEDATAHANDLER_H |
169 // End of File |
172 // End of File |