landmarks/locationlandmarks/tsrc/LandmarkTestModule/inc/FT_CPosTp135.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 CPOSTP135_H
       
    21 #define CPOSTP135_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include "FT_CLandmarkTestProcedureBase.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 /**
       
    28 *  Test procedure 135
       
    29 */
       
    30 class CPosTp135 :public CLandmarkTestProcedureBase
       
    31     {
       
    32     public:  // Constructors and destructor
       
    33         
       
    34         /**
       
    35         * C++ default constructor.
       
    36         */
       
    37         
       
    38         CPosTp135(TInt tpno, CStifLogger* aLog) : CLandmarkTestProcedureBase(tpno, aLog) {iErrorsFound=KErrNone;};
       
    39         /**
       
    40         * Destructor.
       
    41         */
       
    42         ~CPosTp135() {};
       
    43 
       
    44     public: // Functions from base classes
       
    45 
       
    46        
       
    47         void CloseTest();
       
    48 
       
    49         /**
       
    50         * From CLandmarkTestProcedureBase
       
    51         * Runs the test in the module
       
    52         */
       
    53         void StartL();
       
    54         
       
    55     private:
       
    56     
       
    57     void VerifyDbListL(CDesCArray* aDbArray);
       
    58     
       
    59     void VerifyDbInfoListL(RPointerArray<HPosLmDatabaseInfo> aDbInfoList, RPointerArray<HPosLmDatabaseInfo> aDbInfoList2);
       
    60 
       
    61     private:
       
    62           CDesCArray* iDbArray;
       
    63           TInt        iErrorsFound;
       
    64 
       
    65     };
       
    66     
       
    67 #endif      // CPOSTP135_H
       
    68             
       
    69 // End of File