common/tools/ats/smoketest/lbs/lbsclient/inc/ctlbsclientpostp4722.h
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 /*
       
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CT_LBS_CLIENT_POS_TP4722_H__
       
    21 #define __CT_LBS_CLIENT_POS_TP4722_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include "ctlbsportedstepbase.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  Test procedure 4722
       
    30 */
       
    31 class CT_LbsClientPosTp4722 : public CT_LbsPortedStepBase
       
    32     {
       
    33     public:  // Constructors and destructor
       
    34         
       
    35         CT_LbsClientPosTp4722(CT_LbsServer& aParent);
       
    36         
       
    37         /**
       
    38         * Destructor.
       
    39         */
       
    40         ~CT_LbsClientPosTp4722();
       
    41 
       
    42     public: // Functions from base classes
       
    43 
       
    44         /**
       
    45         * From CT_LbsPortedStepBase
       
    46         * Runs the test in the module
       
    47         */
       
    48         void StartL();
       
    49 
       
    50         /**
       
    51         * From CT_LbsPortedStepBase
       
    52         * Always called, even if the test leaves
       
    53         */
       
    54         void CloseTest();
       
    55 
       
    56     private: // Functions
       
    57         
       
    58         void SetupProxyPSYsL();
       
    59     };
       
    60 
       
    61 #endif      // __CT_LBS_CLIENT_POS_TP4722_H__
       
    62             
       
    63 // End of File