cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonegetdetectednetworks.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 //  TestLtsyGetDetectedNetworks.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPhoneGetDetectedNetworks
       
     5 //
       
     6 #ifndef TESTLTSYPHONEGETDETTECTEDNWKS_H_
       
     7 #define TESTLTSYPHONEGETDETTECTEDNWKS_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 CTestLtsyPhoneGetDetectedNetworks : public CTestLtsyPhoneStepBase
       
    17 /**
       
    18  * @internalAll
       
    19  * @test
       
    20  */
       
    21 {
       
    22 public:
       
    23 	virtual ~CTestLtsyPhoneGetDetectedNetworks();
       
    24 	CTestLtsyPhoneGetDetectedNetworks(CTestLtsyModel& aTestModel);
       
    25 protected:
       
    26 	TVerdict doTestStepL();
       
    27 };
       
    28 
       
    29 _LIT(KTestLtsyPhoneGetDetectedNetworks,   "TestLtsyPhoneGetDetectedNetworks");
       
    30 #endif /*TESTLTSYPHONEGETDETTECTEDNWKS_H_*/