messagingfw/msgtestfw/TestActions/Capabilities/inc/CMtfTestActionSendEMsvGetRemainingChildren.h
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 |
|
17 |
|
18 #ifndef __CMTFTESTACTIONSENDEMSVGETREMAININGCHILDREN_H__ |
|
19 #define __CMTFTESTACTIONSENDEMSVGETREMAININGCHILDREN_H__ |
|
20 |
|
21 |
|
22 #include "CMtfSynchronousTestAction.h" |
|
23 #include <e32std.h> |
|
24 #include <e32base.h> |
|
25 |
|
26 #include <msvipc.h> |
|
27 #include <mclient.h> |
|
28 #include "MSERVER.H" |
|
29 |
|
30 |
|
31 _LIT( KTestActionSendEMsvGetRemainingChildren,"SendEMsvGetRemainingChildren"); |
|
32 |
|
33 class CMtfTestActionSendEMsvGetRemainingChildren : public CMtfSynchronousTestAction |
|
34 { |
|
35 public: |
|
36 static CMtfTestAction* NewL( CMtfTestCase& aTestCase,CMtfTestActionParameters* aActionParameters ); |
|
37 virtual void ExecuteActionL(); |
|
38 ~CMtfTestActionSendEMsvGetRemainingChildren(); |
|
39 |
|
40 private: |
|
41 CMtfTestActionSendEMsvGetRemainingChildren(CMtfTestCase& aTestCase); |
|
42 }; |
|
43 |
|
44 |
|
45 |
|
46 |
|
47 #endif // __CMTFTESTACTIONSENDEMSVGETREMAININGCHILDREN_H__ |