cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsstoregetinfo.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
--- a/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsstoregetinfo.h	Tue Aug 31 16:23:08 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-//
-// testltsygetmessagestoreinfo.h
-//
-// Copyright (c) Symbian Software Ltd. Your copyright notice.  All rights reserved.
-//
-
-#ifndef TESTLTSYSMSSTOREGETINFO_H
-#define TESTLTSYSMSSTOREGETINFO_H
-
-//system include 
-#include <e32std.h>
-#include <e32base.h>
-
-//user include
-#include "testltsysmsbase.h"
-#include "testltsymodel.h"
-// CLASS DECLARATION
-
-/**
- * CTestLtsySmsStoreGetInfo
- *
- */
-class CTestLtsySmsStoreGetInfo : public CTestLtsySmsBase
-	{
-public:
-
-	~CTestLtsySmsStoreGetInfo();
-	static CTestLtsySmsStoreGetInfo* NewL(CTestLtsyModel& aTestModel);
-	static CTestLtsySmsStoreGetInfo* NewLC(CTestLtsyModel& aTestModel);
-	CTestLtsySmsStoreGetInfo(CTestLtsyModel& aTestModel);
-	void ConstructL();
-protected:	
-	virtual TVerdict doTestStepPreambleL();
-	virtual TVerdict doTestStepL();
-	virtual TVerdict doTestStepPostambleL();
-	void GetSmsStoreInfoL();
-	void CheckSmsStoreInfoL();
-private:
-	RMobilePhoneBookStore::TMobilePhoneBookInfoV1   iInfo;	
-	}; // class CTestLtsySmsStoreGetInfo
-_LIT(KCTestLtsySmsStoreGetInfo,"CTestLtsySmsStoreGetInfo");
-
-#endif // TESTLTSYSMSSTOREGETINFO_H