networkcontrol/ipupsplugins/test/te_ipups/src/te_ipups_stepbase.cpp
branchRCL_3
changeset 5 1422c6cd3f0c
parent 1 a579325b79dd
child 6 e7dfaa7b0b8d
child 10 c64cefac6e99
equal deleted inserted replaced
1:a579325b79dd 5:1422c6cd3f0c
     1 // Copyright (c) 2008-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
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 #include "te_ipups_stepbase.h"
       
    23 
       
    24 TVerdict CTeIpUpsStepBase::doTestStepPreambleL()
       
    25 /**
       
    26  * @return - TVerdict
       
    27  */
       
    28 	{
       
    29 	SetTestStepResult(EPass);
       
    30 	return TestStepResult();
       
    31 	}
       
    32 
       
    33 TVerdict CTeIpUpsStepBase::doTestStepPostambleL()
       
    34 /**
       
    35  * @return - TVerdict
       
    36  */
       
    37 	{
       
    38 	return TestStepResult();
       
    39 	}
       
    40 
       
    41 CTeIpUpsStepBase::~CTeIpUpsStepBase()
       
    42 	{
       
    43 	}
       
    44 
       
    45 CTeIpUpsStepBase::CTeIpUpsStepBase()
       
    46 	{	
       
    47 	}