cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphoneregistercellinfochangenotification.h
changeset 44 8b72faa1200f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphoneregistercellinfochangenotification.h	Tue Jun 22 11:02:32 2010 +0100
@@ -0,0 +1,30 @@
+//  TestLtsyRegisterCellInfoChangeNotification.h
+//  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
+//
+//  Implementation of the Class CTestLtsyPhoneRegisterCellInfoChangeNotification
+//
+#ifndef TESTLTSYPHONEREGCELLINFOCHANGENOTIFICTION_H_
+#define TESTLTSYPHONEREGCELLINFOCHANGENOTIFICTION_H_
+
+// user include
+#include "TestLtsyPhoneStepBase.h"
+
+/**
+ * This class provide the funcition to open a shared phone.
+ * 
+ */
+class CTestLtsyPhoneRegisterCellInfoChangeNotification : public CTestLtsyPhoneStepBase
+/**
+ * @internalAll
+ * @test
+ */
+{
+public:
+	virtual ~CTestLtsyPhoneRegisterCellInfoChangeNotification();
+	CTestLtsyPhoneRegisterCellInfoChangeNotification(CTestLtsyModel& aTestModel);
+protected:
+	TVerdict doTestStepL();
+};
+
+_LIT(KTestLtsyPhoneRegisterCellInfoChangeNotification,   "TestLtsyPhoneRegisterCellInfoChangeNotification");
+#endif /*TESTLTSYPHONEREGCELLINFOCHANGENOTIFICTION_H_*/