landmarks/locationlandmarks/tsrc/LandmarkTestModule/inc/FT_CPosTp109.h
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2005 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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef CPosTp668_H
       
    20 #define CPosTp668_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <s32file.h>
       
    24 #include "FT_CLandmarkTestProcedureBase.h"
       
    25 
       
    26 // FORWARD DECLARATION
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Test procedure 668
       
    32 *
       
    33 */
       
    34 class CPosTp668 : public CLandmarkTestProcedureBase
       
    35     {
       
    36     public:  // Constructors and destructor
       
    37         
       
    38         /**
       
    39         * C++ default constructor.
       
    40         */
       
    41         CPosTp668() : CLandmarkTestProcedureBase(668) {};
       
    42         
       
    43         /**
       
    44         * Destructor.
       
    45         */
       
    46         ~CPosTp668();
       
    47 
       
    48     public: // Functions from base classes
       
    49 
       
    50         /**
       
    51         * From CUtfwTestBase
       
    52         *
       
    53         */
       
    54         void GetName(TDes& aName) const;
       
    55 
       
    56         /**
       
    57         * From CPosTestProcedureBase
       
    58         * Not used here. See StartL(TInt aIndex)
       
    59         */
       
    60         void StartL();
       
    61 
       
    62     private:
       
    63     
       
    64     void SetupTestPartL(TInt aIndex);
       
    65             
       
    66     void SetupTestEnvironmentL();
       
    67         
       
    68     };
       
    69 
       
    70 #endif      // CPosTp668_H
       
    71             
       
    72 // End of File