diff -r 630d2f34d719 -r 07a122eea281 cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsshareddata.h --- 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 -#include -#include - -/** - * 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& SmsMessagingArray(); - RArray& SmsStoreArray(); - void Reset(); - void InitializeL(); -private: - void ConstructL(); -private: - RArray iMessaging; - RArray iSmsStore; - }; - -#endif // TESTTELEPHONYSMSSHAREDDATA_H