cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsshareddata.h
branchRCL_3
changeset 66 07a122eea281
parent 65 630d2f34d719
child 67 4eff64595c44
child 70 4814c5a49428
--- a/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsshareddata.h	Tue Aug 31 16:23:08 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-// TestTelephonySmsSharedData.h
-// Copyright (c) Symbian Software Ltd 2008. All rights reserved.
-//
-// Implementation of the Class CTestTelephonySmsSharedData
-
-#ifndef TESTTELEPHONYSMSSHAREDDATA_H
-#define TESTTELEPHONYSMSSHAREDDATA_H
-
-// system include
-#include <e32cmn.h>
-#include <e32base.h>
-#include <etelmm.h>
-
-/**
- * This class defines the shared data of sms test category between 
- * different test steps.
- */
-class CTestLtsySmsSharedData : public CBase
-/**
- * @internalAll
- * @test
- */
-	{
-public:
-	CTestLtsySmsSharedData();
-	virtual ~CTestLtsySmsSharedData();
-	static CTestLtsySmsSharedData* NewL();
-	RArray<RMobileSmsMessaging>& SmsMessagingArray();
-	RArray<RMobileSmsStore>& SmsStoreArray();
-	void Reset();
-	void InitializeL();
-private:
-	void ConstructL();
-private:
-	RArray<RMobileSmsMessaging> iMessaging;
-	RArray<RMobileSmsStore> iSmsStore;
-	};
-
-#endif // TESTTELEPHONYSMSSHAREDDATA_H