cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegetdetectednetworkscancel.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:36:38 +0300
changeset 49 f50f4094acd7
permissions -rw-r--r--
Revision: 201027 Kit: 2010127

//  TestLtsyGetDetectedNetworksCancel.h
//  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
//
//  Implementation of the Class CTestLtsyPhoneGetDetectedNetworksCancel
//
#ifndef TESTLTSYPHONEGETDETTECTEDNWKSCANCEL_H_
#define TESTLTSYPHONEGETDETTECTEDNWKSCANCEL_H_

// user include
#include "TestLtsyPhoneStepBase.h"

/**
 * This class provide the funcition to open a shared phone.
 * 
 */
class CTestLtsyPhoneGetDetectedNetworksCancelCancel : public CTestLtsyPhoneStepBase
/**
 * @internalAll
 * @test
 */
{
public:
	virtual ~CTestLtsyPhoneGetDetectedNetworksCancelCancel();
	CTestLtsyPhoneGetDetectedNetworksCancelCancel(CTestLtsyModel& aTestModel);
protected:
	TVerdict doTestStepL();
};

_LIT(KTestLtsyPhoneGetDetectedNetworksCancelCancel,   "TestLtsyPhoneGetDetectedNetworksCancel");
#endif /*TESTLTSYPHONEGETDETTECTEDNWKSCANCEL_H_*/