datacommsserver/esockserver/test/te_mecunittest/inc/mectest013step.h
branchRCL_3
changeset 27 5ebd530e523b
equal deleted inserted replaced
26:b564fb5fd78b 27:5ebd530e523b
       
     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 // mectest013step.h
       
    16 //
       
    17 
       
    18 /**
       
    19 @file
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef MECTEST013STEP_H
       
    24 #define MECTEST013STEP_H
       
    25 
       
    26 #include "mecunitteststepbase.h"
       
    27 
       
    28 
       
    29 _LIT(KMecTest013Step, "MecTest013");
       
    30 
       
    31 
       
    32 class CMecTest013Step : public CMecUnitTestStepBase
       
    33 	{
       
    34 public:
       
    35 	virtual ~CMecTest013Step();
       
    36 
       
    37 public:
       
    38     explicit CMecTest013Step()
       
    39         : CMecUnitTestStepBase(KMecTest013Step)
       
    40         {
       
    41         }
       
    42 
       
    43     virtual TVerdict RunTestStepL();
       
    44     };
       
    45   
       
    46 #endif
       
    47 // MECTEST013STEP_H
       
    48 
       
    49