|
1 /** |
|
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 @internalTechnology |
|
23 */ |
|
24 |
|
25 |
|
26 #ifndef __CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_STAY_ONLINE_H__ |
|
27 #define __CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_STAY_ONLINE_H__ |
|
28 |
|
29 |
|
30 // User include |
|
31 #include "CMtfDoInvokeAsyncFunctionWithSelectionTestAction.h" |
|
32 |
|
33 |
|
34 /*@{*/ |
|
35 /// Literal defined for the name of the Test Action |
|
36 _LIT(KTestActionDoImap4ConnectAndPopulateMailSelectionAndStayOnline, |
|
37 "DoImap4ConnectAndPopulateMailSelectionAndStayOnline"); |
|
38 /*@}*/ |
|
39 |
|
40 |
|
41 |
|
42 /** |
|
43 Implements the action to invoke the asynchronous operation for IMAP4-specific |
|
44 command KIMAP4MTMConnectAndPopulateMailSelectionAndStayOnline. |
|
45 |
|
46 @internalTechnology |
|
47 */ |
|
48 class CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndStayOnline : |
|
49 public CMtfDoInvokeAsyncFunctionWithSelectionTestAction |
|
50 { |
|
51 public: |
|
52 static CMtfTestAction* NewL( CMtfTestCase& aTestCase, |
|
53 CMtfTestActionParameters* aActionParameters |
|
54 ); |
|
55 public: |
|
56 // Implementing the pure virtual function of base class |
|
57 void ExecuteActionL(); |
|
58 |
|
59 private: |
|
60 // Constructor |
|
61 CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndStayOnline |
|
62 (CMtfTestCase& aTestCase); |
|
63 |
|
64 }; |
|
65 |
|
66 #endif //__CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_STAY_ONLINE_H__ |