equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 @file |
|
18 @internalComponent |
|
19 */ |
|
20 |
|
21 #ifndef _TE_MMSENDMTLRRESPONSE_H_ |
|
22 #define _TE_MMSENDMTLRRESPONSE_H_ |
|
23 |
|
24 #include "TE_EtelMMTestStepBase.h" |
|
25 |
|
26 |
|
27 |
|
28 class CTestSendMtlrResponse : public CEtelMMLbsTestStepBase |
|
29 { |
|
30 public: |
|
31 virtual enum TVerdict doTestStepL(); |
|
32 private: |
|
33 /** |
|
34 TMtlrResponse holds the type of response being sent back for the MTLR request made |
|
35 */ |
|
36 RMobileLocationServices::TMtlrResponse iMtlrResponse; |
|
37 /** |
|
38 iTestCount holds test count number |
|
39 */ |
|
40 TInt iTestCount; |
|
41 }; |
|
42 |
|
43 #endif |