|
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 |
|
27 #ifndef __CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_DISCONNECT_H__ |
|
28 #define __CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_DISCONNECT_H__ |
|
29 |
|
30 |
|
31 // User include |
|
32 #include "CMtfDoInvokeAsyncFunctionWithSelectionTestAction.h" |
|
33 |
|
34 |
|
35 /*@{*/ |
|
36 /// Literal defined for the name of the Test Action |
|
37 _LIT(KTestActionDoImap4ConnectAndPopulateMailSelectionAndDisconnect, |
|
38 "DoImap4ConnectAndPopulateMailSelectionAndDisconnect"); |
|
39 /*@}*/ |
|
40 |
|
41 |
|
42 |
|
43 /** |
|
44 Implements the action to invoke the asynchronous operation |
|
45 for IMAP4-specific command KIMAP4MTMConnectAndPopulateMailSelectionAndDisconnect. |
|
46 |
|
47 @internalTechnology |
|
48 */ |
|
49 class CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndDisconnect : |
|
50 public CMtfDoInvokeAsyncFunctionWithSelectionTestAction |
|
51 { |
|
52 public: |
|
53 static CMtfTestAction* NewL( CMtfTestCase& aTestCase, |
|
54 CMtfTestActionParameters* aActionParameters |
|
55 ); |
|
56 public: |
|
57 // Implementing the pure virtual functions of base class |
|
58 void ExecuteActionL(); |
|
59 |
|
60 private: |
|
61 // Constructor |
|
62 CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndDisconnect |
|
63 (CMtfTestCase& aTestCase); |
|
64 |
|
65 }; |
|
66 |
|
67 #endif // __CMTF_TEST_ACTION_DO_IMAP4_CONNECT_AND_POPULATE_MAIL_SELECTION_AND_DISCONNECT_H__ |