cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegethomenetwork.h
changeset 49 f50f4094acd7
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
       
     1 //  TestLtsyGetHomeNetwork.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPhoneGetHomeNetwork
       
     5 //
       
     6 #ifndef TESTLTSYPHONEGETHOMENWK_H_
       
     7 #define TESTLTSYPHONEGETHOMENWK_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 CTestLtsyPhoneGetHomeNetwork : public CTestLtsyPhoneStepBase
       
    17 /**
       
    18  * @internalAll
       
    19  * @test
       
    20  */
       
    21 {
       
    22 public:
       
    23 	virtual ~CTestLtsyPhoneGetHomeNetwork();
       
    24 	CTestLtsyPhoneGetHomeNetwork(CTestLtsyModel& aTestModel);
       
    25 protected:
       
    26 	TVerdict doTestStepL();
       
    27 };
       
    28 
       
    29 _LIT(KTestLtsyPhoneGetHomeNetwork,   "TestLtsyPhoneGetHomeNetwork");
       
    30 #endif /*TESTLTSYPHONEGETHOMENWK_H_*/