cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktopencontext.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 //  TestLtsyPktOpenContext.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPktOpenContext
       
     5 
       
     6 
       
     7 #ifndef TESTLTSYPKTOPENCONTEXT_H_
       
     8 #define TESTLTSYPKTOPENCONTEXT_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 context
       
    16  */
       
    17 class CTestLtsyPktOpenContext : public CTestLtsyPktTestStepBase
       
    18 /**
       
    19  * @internalAll
       
    20  * @test
       
    21  */
       
    22 	{
       
    23 public:
       
    24 	CTestLtsyPktOpenContext(CTestLtsyModel& aModel);
       
    25 	virtual ~CTestLtsyPktOpenContext();
       
    26 	
       
    27 protected:
       
    28 	TVerdict doTestStepL();
       
    29 	};
       
    30 
       
    31 _LIT(KTestLtsyPktOpenContext, "TestLtsyPktOpenContext");
       
    32 
       
    33 #endif // TESTLTSYPKTOPENCONTEXT_H_