commsfwtools/preparedefaultcommsdatabase/te_commsdat/src/CTestStepCommsDat.cpp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2004-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 
       
    16 /**
       
    17  @file Te_commsdatSuiteStepBase.cpp
       
    18 
       
    19 */
       
    20 
       
    21 
       
    22 #include "CTestStepCommsDat.h"
       
    23 
       
    24 #include "CCommsdatSuiteDefs.h"
       
    25 
       
    26 
       
    27 
       
    28 // Device driver constants
       
    29 
       
    30 
       
    31 
       
    32 TVerdict CTestStepCommsDat::doTestStepL()
       
    33 
       
    34 /**
       
    35 
       
    36  * @return - TVerdict
       
    37 
       
    38  * Implementation of CTestStep base class virtual
       
    39 
       
    40  * It is used for doing all initialisation common to derived classes in here.
       
    41 
       
    42  * Make it being able to leave if there are any errors here as there's no point in
       
    43 
       
    44  * trying to run a test step if anything fails.
       
    45 
       
    46  * The leave will be picked up by the framework.
       
    47 
       
    48  */
       
    49 
       
    50 	{
       
    51 
       
    52 
       
    53 
       
    54               INFO_PRINTF1(_L("Please delete this line or modify me!! I am in doTestStepPreambleL() of the class CTe_commsdatSuiteStepBase!"));
       
    55 
       
    56 	SetTestStepResult(EPass);
       
    57 
       
    58 	return TestStepResult();
       
    59 
       
    60 	}
       
    61 
       
    62 
       
    63 
       
    64 CTestStepCommsDat::~CTestStepCommsDat()
       
    65 
       
    66 	{
       
    67 
       
    68 	}
       
    69 
       
    70 
       
    71 
       
    72 CTestStepCommsDat::CTestStepCommsDat()
       
    73 
       
    74 	{
       
    75 
       
    76 	}
       
    77