landmarks/locationlandmarks/tsrc/LandmarkTestModule/inc/FT_CPosTp4.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 
       
    20 #ifndef CPOSTP4_H
       
    21 #define CPOSTP4_H
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include "FT_CLandmarkTestProcedureBase.h"
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 *  Test procedure 4
       
    31 */
       
    32 class CPosTp4 :public CLandmarkTestProcedureBase
       
    33     {
       
    34     public:  // Constructors and destructor
       
    35         
       
    36         /**
       
    37         * C++ default constructor.
       
    38         */
       
    39         
       
    40         CPosTp4(TInt tpno, CStifLogger* aLog) : CLandmarkTestProcedureBase(tpno, aLog) {};
       
    41         /**
       
    42         * Destructor.
       
    43         */
       
    44         ~CPosTp4() {};
       
    45 
       
    46     public: // Functions from base classes
       
    47 
       
    48         
       
    49         /**
       
    50         * From CLandmarkTestProcedureBase
       
    51         * Runs the test in the module
       
    52         */
       
    53         void StartL();
       
    54 
       
    55     private:
       
    56 
       
    57         void TestCompactL(TExecutionMode aExecutionMode);
       
    58 
       
    59     };
       
    60 
       
    61 #endif      // CPOSTP4_H
       
    62             
       
    63 // End of File