diff -r ab2197e94294 -r 7f274f99c152 cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyopenphone.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyopenphone.h Thu Jul 22 16:45:24 2010 +0100 @@ -0,0 +1,30 @@ +// TestTelephonyOpenPhone.h +// Copyright (c) Symbian Software Ltd 2008. All rights reserved. +// +// Implementation of the Class CTestTelephonyOpenPhone +// +#ifndef TESTTELEPHONYOPENPHONE_H_ +#define TESTTELEPHONYOPENPHONE_H_ + +// user include +#include "TestLtsyPhoneStepBase.h" + +/** + * This class provide the funcition to open a shared phone. + * + */ +class CTestLtsyOpenPhone : public CTestLtsyPhoneStepBase +/** + * @internalAll + * @test + */ +{ +public: + virtual ~CTestLtsyOpenPhone(); + CTestLtsyOpenPhone(CTestLtsyModel& aTestModel); +protected: + TVerdict doTestStepL(); +}; + +_LIT(KTestLtsyOpenPhone, "TestLtsyOpenPhone"); +#endif /*TESTTELEPHONYOPENPHONE_H_*/