datacommsserver/esockserver/test/te_mecunittest/inc/mectest014step.h
changeset 79 cf589eb1e31e
equal deleted inserted replaced
75:a365cb779476 79:cf589eb1e31e
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 // mectest014step.h
       
    16 //
       
    17 
       
    18 /**
       
    19 @file
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef MECTEST014STEP_H
       
    24 #define MECTEST014STEP_H
       
    25 
       
    26 #include "mecunitteststepbase.h"
       
    27 
       
    28 
       
    29 _LIT(KMecTest014Step, "MecTest014");
       
    30 
       
    31 
       
    32 class CMecTest014Step : public CMecUnitTestStepBase
       
    33 	{
       
    34 public:
       
    35 	virtual ~CMecTest014Step();
       
    36 
       
    37 public:
       
    38     explicit CMecTest014Step()
       
    39         : CMecUnitTestStepBase(KMecTest014Step)
       
    40         {
       
    41         }
       
    42 
       
    43     virtual TVerdict RunTestStepL();
       
    44     };
       
    45   
       
    46 #endif
       
    47 // MECTEST014STEP_H
       
    48 
       
    49