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 // @file CT_LbsStep_VerifyPosInfos.h |
|
15 // This contains the header file for verify position info array test step. |
|
16 // |
|
17 // |
|
18 |
|
19 #ifndef __CT_LBS_VERIFY_ROUGH_POS_INFOS_H__ |
|
20 #define __CT_LBS_VERIFY_ROUGH_POS_INFOS_H__ |
|
21 |
|
22 #include "ctlbsstep.h" |
|
23 #include "ctlbsserver.h" |
|
24 |
|
25 // Literals used |
|
26 _LIT(KLbsStep_VerifyRoughPosInfos, "LbsStep_VerifyRoughPosInfos"); |
|
27 |
|
28 class CT_LbsStep_VerifyRoughPosInfos : public CT_LbsStep |
|
29 { |
|
30 public: |
|
31 static CT_LbsStep_VerifyRoughPosInfos* New(CT_LbsServer& aParent); |
|
32 virtual TVerdict doTestStepL(); |
|
33 |
|
34 private: |
|
35 CT_LbsStep_VerifyRoughPosInfos(CT_LbsServer& aParent); |
|
36 }; |
|
37 |
|
38 #endif //__CT_LBS_VERIFY_ROUGH_POS_INFOS_H__ |