datasourcemodules/gpspositioningmodule/lbsagpspsy/test/inc/te_lbsagpspsyposupdateerrstep.h
branchRCL_3
changeset 52 29dbbeac905d
equal deleted inserted replaced
39:a3482a8f15d8 52:29dbbeac905d
       
     1 // Copyright (c) 2008-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 // The test step testing the agps-specific notify position update scenarios with errors.
       
    15 // 
       
    16 //
       
    17 
       
    18 #if (!defined __TE_LBSAGPSPSYPOSUPDATEERR_STEP__)
       
    19 #define __TE_LBSAGPSPSYPOSUPDATEERR_STEP__
       
    20 
       
    21 #include <lbs.h>
       
    22 #include <lbssatellite.h>
       
    23 
       
    24 #include "te_lbspsyposupdateerrstep.h"
       
    25 
       
    26 /**
       
    27 The test step testing simple notify position update scenarios.
       
    28 */
       
    29 class CTe_LbsAgpsNotifyPositionUpdateErrStep : public CTe_LbsNotifyPositionUpdateErrStep
       
    30 	{
       
    31 public:
       
    32 	IMPORT_C static CTe_LbsAgpsNotifyPositionUpdateErrStep* NewL(MTe_LbsPsyStaticData* aPsyStaticData);
       
    33 	IMPORT_C virtual ~CTe_LbsAgpsNotifyPositionUpdateErrStep();
       
    34 	
       
    35 protected:
       
    36 	virtual void ReallyDoTestStepImpL();
       
    37 	
       
    38 private:	
       
    39 	CTe_LbsAgpsNotifyPositionUpdateErrStep(MTe_LbsPsyStaticData* aPsyStaticData);
       
    40 	
       
    41 	};
       
    42 		
       
    43 
       
    44 #endif //__TE_LBSAGPSPSYPOSUPDATEERR_STEP__