cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegetfdnstatus.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 //  TestTelephonyOpenPhone.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPhoneGetFdnStatus
       
     5 //
       
     6 #ifndef TESTLTSYPHONEGETFDNSTATUS_H_
       
     7 #define TESTLTSYPHONEGETFDNSTATUS_H_
       
     8 
       
     9 // user include
       
    10 #include "TestLtsyPhoneStepBase.h"
       
    11 
       
    12 /**
       
    13  * This class provide the funcition to open a shared phone.
       
    14  * 
       
    15  */
       
    16 class CTestLtsyPhoneGetFdnStatus : public CTestLtsyPhoneStepBase
       
    17 /**
       
    18  * @internalAll
       
    19  * @test
       
    20  */
       
    21 {
       
    22 public:
       
    23 	virtual ~CTestLtsyPhoneGetFdnStatus();
       
    24 	CTestLtsyPhoneGetFdnStatus(CTestLtsyModel& aTestModel);
       
    25 protected:
       
    26 	TVerdict doTestStepL();
       
    27 };
       
    28 
       
    29 _LIT(KTestLtsyPhoneGetFdnStatus,   "TestLtsyPhoneGetFdnStatus");
       
    30 #endif /*TESTLTSYPHONEGETFDNSTATUS_H_*/