cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegethomenetwork.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

//  TestLtsyGetHomeNetwork.h
//  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
//
//  Implementation of the Class CTestLtsyPhoneGetHomeNetwork
//
#ifndef TESTLTSYPHONEGETHOMENWK_H_
#define TESTLTSYPHONEGETHOMENWK_H_

// user include
#include "TestLtsyPhoneStepBase.h"

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

_LIT(KTestLtsyPhoneGetHomeNetwork,   "TestLtsyPhoneGetHomeNetwork");
#endif /*TESTLTSYPHONEGETHOMENWK_H_*/