cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyclosephone.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 testltsyclosephone.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTTELEPHONYCLOSEPHONE_H_
       
    18 #define TESTTELEPHONYCLOSEPHONE_H_
       
    19 
       
    20 // user include
       
    21 #include "TestLtsyPhoneStepBase.h"
       
    22 
       
    23 /**
       
    24  * This class provide the step to close the shared phone.
       
    25  * 
       
    26  */
       
    27 class CTestLtsyClosePhone : public CTestLtsyPhoneStepBase
       
    28 /**
       
    29  * @internalAll
       
    30  * @test
       
    31  */
       
    32 /**
       
    33  * @internalAll
       
    34  * @test
       
    35  */
       
    36 {
       
    37 public:
       
    38 	virtual ~CTestLtsyClosePhone();
       
    39 	CTestLtsyClosePhone(CTestLtsyModel& aTestModel);
       
    40 protected:
       
    41 	TVerdict doTestStepL();
       
    42 };
       
    43 
       
    44 _LIT(KTestLtsyClosePhone,   "TestLtsyClosePhone");
       
    45 
       
    46 #endif /*TESTTELEPHONYCLOSEPHONE_H_*/