cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktopenpacket.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 //  TestLtsyPktOpenPacket.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPktOpenPacket
       
     5 
       
     6 
       
     7 #ifndef TESTLTSYPKTOPENPACKET_H_
       
     8 #define TESTLTSYPKTOPENPACKET_H_
       
     9 
       
    10 // user include
       
    11 #include "TestLtsyPktTestStepBase.h"
       
    12 
       
    13 /**
       
    14  * This is the test step class which calls methods of base class
       
    15  * to open packet service
       
    16  */
       
    17 class CTestLtsyPktOpenPacket : public CTestLtsyPktTestStepBase
       
    18 /**
       
    19  * @internalAll
       
    20  * @test
       
    21  */
       
    22 	{
       
    23 public:
       
    24 	CTestLtsyPktOpenPacket(CTestLtsyModel& aModel);
       
    25 	virtual ~CTestLtsyPktOpenPacket();
       
    26 	
       
    27 protected:
       
    28 	TVerdict doTestStepL();
       
    29 	};
       
    30 
       
    31 _LIT(KTestLtsyPktOpenPacket, "TestLtsyPktOpenPacket");
       
    32 
       
    33 #endif // TESTTELEPHONYPKTACTIVATECONTEXT_H_