lbs/lbsclient/inc/ctlbsclientstepignoreaccurracysettingtracking.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2007-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file ctlbsclientstepignoreaccurracysettingtracking.h
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __CT_LBS_CLIENT_STEP_IGNORE_ACCURACY_SETTING_TRACKING_H__
       
    19 #define __CT_LBS_CLIENT_STEP_IGNORE_ACCURACY_SETTING_TRACKING_H__
       
    20 
       
    21 #include <e32cmn.h>
       
    22 #include "ctlbsclientstep.h"
       
    23 #include "ctlbsclientserver.h"
       
    24 
       
    25 #include <ctlbsagpshandler.h>
       
    26 
       
    27 // Literals used
       
    28 _LIT(KLbsClientStep_IgnoreAccuracySettingTracking, "LbsClientStep_IgnoreAccuracySettingTracking");
       
    29 
       
    30 class CT_LbsClientStep_IgnoreAccuracySettingTracking : public CT_LbsClientStep
       
    31 	{
       
    32 public:
       
    33 	~CT_LbsClientStep_IgnoreAccuracySettingTracking();
       
    34 
       
    35 	static CT_LbsClientStep_IgnoreAccuracySettingTracking* New(CT_LbsClientServer& aParent);
       
    36 	virtual TVerdict doTestStepPreambleL();
       
    37 	virtual TVerdict doTestStepL();
       
    38 
       
    39 private:
       
    40 	CT_LbsClientStep_IgnoreAccuracySettingTracking(CT_LbsClientServer& aParent);
       
    41 	void ConstructL();
       
    42 
       
    43 private:
       
    44 	TInt iTestCaseId;
       
    45 	RPointerArray<TAny> iExpectedUpdateArray;
       
    46 	};
       
    47 
       
    48 #endif //__CT_LBS_CLIENT_STEP_IGNORE_ACCURACY_SETTING_TRACKING_H__