diff -r 000000000000 -r 9cfd9a3ee49c lbstest/lbstestproduct/lbscalculation/inc/ctlbscalculationtp233.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lbstest/lbstestproduct/lbscalculation/inc/ctlbscalculationtp233.h Tue Feb 02 01:50:39 2010 +0200 @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + + + +#ifndef __CT_LBS_CALCULATION_TP233_H__ +#define __CT_LBS_CALCULATION_TP233_H__ + +// INCLUDES +#include "ctlbscalculationstepbase.h" + +// Literals used +_LIT(KLbsCalculationCalculateDistance, "LbsCalculationCalculateDistance"); + +// CLASS DECLARATION +class CT_LbsCalculationTP233 : public CT_LbsCalculationStepBase + { + public: // Constructors and destructor + + /** + * C++ constructor. + */ + CT_LbsCalculationTP233(CT_LbsCalculationServer& aParent); + + /** + * Destructor. + */ + ~CT_LbsCalculationTP233(); + + static CT_LbsCalculationTP233* New(CT_LbsCalculationServer& aParent); + + public: // Functions from base classes + + TVerdict doTestStepL(); + + private: + + void TestValuesL(); + + void TestNotSupportedL(); + + void LogTestError(const T_LbsCalculationCheck& aCalc, + const TInt aError, + const TInt aRow=0); + }; + +#endif // __CT_LBS_CALCULATION_TP233_H__ + +// End of File