lbs/lbsclient/inc/ctlbsclientpostp93.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_TP93_H__
       
    21 #define __CT_LBS_CLIENT_POS_TP93_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include "ctlbsportedstepbase.h"
       
    25 
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 *  Test procedure 93
       
    31 *
       
    32 */
       
    33 class CT_LbsClientPosTp93 : public CT_LbsPortedStepBase
       
    34     {
       
    35     public:  // Constructors and destructor
       
    36         
       
    37         /**
       
    38         * C++ default constructor.
       
    39         */
       
    40         CT_LbsClientPosTp93(CT_LbsServer& aParent);
       
    41         
       
    42         /**
       
    43         * Destructor.
       
    44         */
       
    45         ~CT_LbsClientPosTp93();
       
    46 
       
    47     public: // Functions from base classes
       
    48 
       
    49         /**
       
    50         * From CT_LbsPortedStepBase
       
    51         * Deinitializes the test. Always called, even if test leaves.
       
    52         */
       
    53         void CloseTest();
       
    54 
       
    55         /**
       
    56         * From CT_LbsPortedStepBase
       
    57         */
       
    58         void StartL();
       
    59 	
       
    60     private:
       
    61 		RArray<TInt> iRequestArray;
       
    62 		RArray<TPtrC> iNameArray;
       
    63     };
       
    64 
       
    65 #endif      // __CT_LBS_CLIENT_POS_TP93_H__
       
    66             
       
    67 // End of File