lbs/lbsclient/inc/ctlbsclientpostp259.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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_TP259_H__
       
    21 #define __CT_LBS_CLIENT_POS_TP259_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include "ctlbsportedstepbase.h"
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Test procedure 259
       
    32 *
       
    33 */
       
    34 class CT_LbsClientPosTp259 : public CT_LbsPortedStepBase
       
    35     {
       
    36     public:  // Constructors and destructor
       
    37 
       
    38         /**
       
    39         * C++ default constructor.
       
    40         */
       
    41     	CT_LbsClientPosTp259(CT_LbsServer& aParent);
       
    42 
       
    43         /**
       
    44         * Destructor.
       
    45         */
       
    46         ~CT_LbsClientPosTp259();
       
    47 
       
    48     public: // Functions from base classes
       
    49 
       
    50         /**
       
    51         * From CT_LbsPortedStepBase
       
    52         * Deinitializes the test. 
       
    53         * Always called even if test leaves.
       
    54         */
       
    55         void CloseTest();
       
    56 
       
    57         /**
       
    58         * From CT_LbsPortedStepBase
       
    59         */
       
    60         void StartL();
       
    61 
       
    62 	private: // New functions
       
    63         
       
    64         /**
       
    65         * First call the RPosServer::CancelRequest method with inparameter 
       
    66         * EPositionerNotifyPositionUpdate and then call the RPositioner::CancelRequest
       
    67         * method with EPositionServerNotifyModuleStatusEvent
       
    68         */
       
    69         void TestPart1L();
       
    70         
       
    71         /**
       
    72         * Test some cases not included in TestPart1L
       
    73         */
       
    74         void TestPart2L();
       
    75 
       
    76     };
       
    77 
       
    78 #endif      // __CT_LBS_CLIENT_POS_TP259_H__
       
    79 
       
    80 // End of File