cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegethomenetwork.h
branchRCL_3
changeset 19 630d2f34d719
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegethomenetwork.h	Tue Aug 31 16:23:08 2010 +0300
@@ -0,0 +1,30 @@
+//  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_*/