datacommsserver/esockserver/test/TE_EsockTestSteps/inc/compareExtIPLink99ParameterSetStep.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2004-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 "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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file compareextiplink99parametersetStep.h
       
    22 */
       
    23 
       
    24 #if (!defined COMPAREEXTIPLINK99PARAMETERSET_STEP_H)
       
    25 #define COMPAREEXTIPLINK99PARAMETERSET_STEP_H
       
    26 #include <testexecutestepbase.h>
       
    27 #include "Te_EsockStepBase.h"
       
    28 #include <ip_subconparams.h>
       
    29 
       
    30 /**
       
    31 Class implementing compareextiplink99parametersetStep
       
    32 
       
    33 @internalComponent
       
    34 */
       
    35 class Ccompareextiplink99parametersetStep : public CTe_EsockStepBase
       
    36 	{
       
    37 public:
       
    38 	Ccompareextiplink99parametersetStep(CCEsockTestBase*& aEsockTest);
       
    39 	TVerdict doSingleTestStep();
       
    40 	TBool DescriptionExists();
       
    41 
       
    42 protected:
       
    43 
       
    44 	TBool ParseCompareDetails();
       
    45 	TBool CompareR4Params(CSubConQosIPLinkR99ParamSet& ps1,CSubConQosIPLinkR99ParamSet& ps2);
       
    46 
       
    47     TPtrC iParams1Name;
       
    48     TPtrC iParams2Name;
       
    49     TInt iFamily1Id;
       
    50 	TInt iFamily2Id;
       
    51 	CSubConParameterFamily::TParameterSetType iFamily1Type;
       
    52 	CSubConParameterFamily::TParameterSetType iFamily2Type;
       
    53 	};
       
    54 
       
    55 _LIT(Kcompareextiplink99parametersetStep,"compareextiplink99parametersetStep");
       
    56 
       
    57 #endif //COMPAREEXTIPLINK99PARAMETERSET_STEP_H
       
    58