networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp
author hgs
Tue, 12 Oct 2010 16:22:59 +0530
changeset 71 a800ea6cb454
parent 39 45fd446095e6
permissions -rw-r--r--
201039_09

// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#include <c32root.h>
#include "startupcommsstep.h"

CStartupCommsStep::CStartupCommsStep()
	{
	SetTestStepName(KStartupCommsStep);
	}

TVerdict CStartupCommsStep::doTestStepL()
	{

	SetTestStepResult(EPass);
	return TestStepResult();
	}