messagingappbase/obexmtms/TObexMTM/INC/ObexIgnoreSendErrorsState.h
author hgs
Tue, 14 Sep 2010 15:50:22 +0530
changeset 64 2206bb7ddbec
parent 0 72b543305e3a
permissions -rw-r--r--
201035_04

// Copyright (c) 2002-2009 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:
// $Workfile: ObexIgnoreSendErrorsState.h $
// $Author: Simonk $
// $Revision: 1 $
// $Date: 29/01/02 17:42 $
// 
//


#ifndef __OBEXIGNORESENDERRORSSTATE_H__
#define __OBEXIGNORESENDERRORSSTATE_H__

#include "harness.h"        //MBaseTestState

//forward declarations
class CObexClientTest;


class CObexIgnoreSendErrorsState : public CBase, public MBaseTestState
/*
 * A state of class to be added to a test harness so that errors
 * in the send operation don't result in the test harness finishing
 */
	{
public:
	CObexIgnoreSendErrorsState(CObexClientTest& aClientTest);
	void StartL(TRequestStatus& aStatus);

private:
	CObexClientTest& iClientTest;
	};

#endif  //__OBEXIGNORESENDERRORSSTATE_H__