messagingfw/msgtestfw/TestActions/Email/Pop3/inc/CMtfTestActionSetPop3PartialDownloadLimits.h
equal
deleted
inserted
replaced
|
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 */ |
|
23 |
|
24 |
|
25 #ifndef __CMTF_TEST_ACTION_SET_IMAP4_PARTIAL_DOWNLOAD_LIMITS_H__ |
|
26 #define __CMTF_TEST_ACTION_SET_POP3_PARTIAL_DOWNLOAD_LIMITS_H__ |
|
27 |
|
28 // User include |
|
29 #include "CMtfSynchronousTestAction.h" |
|
30 |
|
31 /*@{*/ |
|
32 /// Literal defined for the name of the Test Action |
|
33 _LIT(KTestActionSetImap4PartialDownloadLimits,"SetImap4PartialDownloadLimits"); |
|
34 /*@}*/ |
|
35 |
|
36 |
|
37 /** |
|
38 Overview: |
|
39 CMtfTestActionSetImap4PartialDownloadLimits class derived from CMtfSynchronousTestAction |
|
40 Implements the action to set members variables of TImImap4GetPartialMailInfo and packages the |
|
41 object into a modifiable buffer descriptor. The package is stored in a HBufC8 descriptor. |
|
42 The heap descriptor is then stored an output parameter of the Test Action. |
|
43 @internalTechnology |
|
44 */ |
|
45 class CMtfTestActionSetPop3PartialDownloadLimits : public CMtfSynchronousTestAction |
|
46 { |
|
47 public: |
|
48 static CMtfTestAction* NewL( CMtfTestCase& aTestCase, CMtfTestActionParameters* ActionParameters ); |
|
49 virtual ~CMtfTestActionSetPop3PartialDownloadLimits(); |
|
50 |
|
51 public: |
|
52 virtual void ExecuteActionL(); |
|
53 |
|
54 private: |
|
55 CMtfTestActionSetPop3PartialDownloadLimits(CMtfTestCase& aTestCase); |
|
56 }; |
|
57 |
|
58 #endif //__CMTF_TEST_ACTION_SET_IMAP4_PARTIAL_DOWNLOAD_LIMITS_H__ |