cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktgetservicestatus.h
changeset 49 f50f4094acd7
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
       
     1 //  TestLtsyPktGetServiceStatus.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPktGetServiceStatus
       
     5 
       
     6 
       
     7 #ifndef TESTLTSYPKTGETSERVICESTATUS_H_
       
     8 #define TESTLTSYPKTGETSERVICESTATUS_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 activate a primary packet context
       
    16  */
       
    17 class CTestLtsyPktGetServiceStatus : public CTestLtsyPktTestStepBase
       
    18 /**
       
    19  * @internalAll
       
    20  * @test
       
    21  */
       
    22 	{
       
    23 public:
       
    24 	CTestLtsyPktGetServiceStatus(CTestLtsyModel& aModel);
       
    25 	virtual ~CTestLtsyPktGetServiceStatus();
       
    26 	
       
    27 protected:
       
    28 	TVerdict doTestStepL();
       
    29 	};
       
    30 
       
    31 _LIT(KTestLtsyPktGetServiceStatust, "TestLtsyPktGetServiceStatust");
       
    32 
       
    33 #endif // TESTLTSYPKTGETSERVICESTATUS_H_