telephonyserverplugins/attestltsy/integrationtest/inc/testltsysmsstoregetinfo.h
author Tom Pritchard <tomp@symbian.org>
Tue, 09 Feb 2010 12:31:43 +0000
branchAT_Test_LTSY
changeset 1 4047d69ee0e4
permissions -rw-r--r--
Initial upload of Nokia's AT based test LTSY which uses the dispatcher

//
// 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