cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsysmsreadinvalidindex.h
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file testltsysmsreadinvalidindex.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYSMSREADINVALIDINDEX_H
       
    18 #define TESTLTSYSMSREADINVALIDINDEX_H
       
    19 
       
    20 //system include 
       
    21 #include <e32std.h>
       
    22 #include <e32base.h>
       
    23 
       
    24 //user include
       
    25 #include "testltsysmsbase.h"
       
    26 #include "testltsymodel.h"
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  * CTestLtsySmsReadInvalidIndex
       
    31  *
       
    32  */
       
    33 class CTestLtsySmsReadInvalidIndex : public CTestLtsySmsBase
       
    34 	{
       
    35 public:
       
    36 
       
    37 	~CTestLtsySmsReadInvalidIndex();
       
    38 	static CTestLtsySmsReadInvalidIndex* NewL(CTestLtsyModel& aTestModel);
       
    39 	static CTestLtsySmsReadInvalidIndex* NewLC(CTestLtsyModel& aTestModel);
       
    40 	CTestLtsySmsReadInvalidIndex(CTestLtsyModel& aTestModel);
       
    41 	void ConstructL();
       
    42 protected:	
       
    43 	virtual TVerdict doTestStepPreambleL();
       
    44 	virtual TVerdict doTestStepL();
       
    45 	virtual TVerdict doTestStepPostambleL();
       
    46 	void ReadSmsL(TInt aIndex);
       
    47 private:
       
    48 
       
    49 	RMobileSmsStore::TMobileGsmSmsEntryV1 iEntryV1;
       
    50 	}; // class CTestLtsySmsReadInvalidIndex
       
    51 _LIT(KCTestLtsySmsReadInvalidIndex,"CTestLtsySmsReadInvalidIndex");
       
    52 
       
    53 #endif // TESTLTSYSMSREADINVALIDINDEX_H