lbstest/lbstestproduct/common/inc/ctlbsstepconfigsuplpsy.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     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 "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 // This implements a test step for configuring the SUPL PSY.
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef CTLBSSTEPCONFIGSUPLPSY_H
       
    19 #define CTLBSSTEPCONFIGSUPLPSY_H
       
    20 
       
    21 #include "ctlbsstep.h"
       
    22 #include "ctlbsserver.h"
       
    23 
       
    24 // Literals used
       
    25 _LIT(KLbsStep_ConfigSuplPsy, "LbsStep_ConfigSuplPsy");
       
    26 
       
    27 class CT_LbsStep_ConfigSuplPsy : public CT_LbsStep
       
    28 	{
       
    29 public:
       
    30 	static CT_LbsStep_ConfigSuplPsy* New(CT_LbsServer& aParent);
       
    31 	virtual TVerdict doTestStepPreambleL();
       
    32 	virtual TVerdict doTestStepL();
       
    33 	virtual TVerdict doTestStepPostambleL();
       
    34 
       
    35 private:
       
    36 	CT_LbsStep_ConfigSuplPsy(CT_LbsServer& aParent);
       
    37 
       
    38 	};
       
    39 
       
    40 #endif //  CTLBSSTEPCONFIGSuplPSY_H