lbs/lbsclient/inc/ctlbsclientstepopenclose.h
author Brendan Donegan <brendand@symbian.org>
Thu, 17 Jun 2010 09:20:54 +0100
branchSymbian3
changeset 46 e5ad616daedb
parent 6 c108117318cb
permissions -rw-r--r--
Last update to the Qt smoke tests

// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "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:
// @file CT_LbsClientStep_OpenClose.h
// This contains the header file for Server Open Close Tests
// 
//

#ifndef __CT_LBS_CLIENT_STEP_OPEN_CLOSE_H__
#define __CT_LBS_CLIENT_STEP_OPEN_CLOSE_H__

#include "ctlbsclientstep.h"
#include "ctlbsclientserver.h"

// Literals used
_LIT(KLbsClientStep_OpenClose, "LbsClientStep_SrvOpenClose");

class CT_LbsClientStep_OpenClose : public CT_LbsClientStep
	{
public:
	~CT_LbsClientStep_OpenClose();

	static CT_LbsClientStep_OpenClose* NewL(CT_LbsClientServer& aParent);
	static CT_LbsClientStep_OpenClose* New(CT_LbsClientServer& aParent);

	virtual TVerdict doTestStepL();

private:
	CT_LbsClientStep_OpenClose(CT_LbsClientServer& aParent);

	};

#endif //__CT_LBS_CLIENT_STEP_OPEN_CLOSE_H__