cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyclosesmsstore.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     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 testltsyclosesmsstore.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYCLOSESMSSTORE_H
       
    18 #define TESTLTSYCLOSESMSSTORE_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  * CTestLtsyCloseSmsStore
       
    31  *
       
    32  */
       
    33 class CTestLtsyCloseSmsStore : public CTestLtsySmsBase
       
    34 	{
       
    35 public:
       
    36 
       
    37 	~CTestLtsyCloseSmsStore();
       
    38 	static CTestLtsyCloseSmsStore* NewL(CTestLtsyModel& aTestModel);
       
    39 	static CTestLtsyCloseSmsStore* NewLC(CTestLtsyModel& aTestModel);
       
    40 	CTestLtsyCloseSmsStore(CTestLtsyModel& aTestModel);
       
    41 	void ConstructL();
       
    42 protected:	
       
    43 	virtual TVerdict doTestStepPreambleL();
       
    44 	virtual TVerdict doTestStepL();
       
    45 	virtual TVerdict doTestStepPostambleL();
       
    46 private:
       
    47 
       
    48 	}; // class CTestLtsyCloseSmsStore
       
    49 _LIT(KCTestLtsyCloseSmsStore,"CTestLtsyCloseSmsStore");
       
    50 
       
    51 #endif // TESTLTSYCLOSESMSSTORE_H