cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktgetstaticcapabilities.h
changeset 44 8b72faa1200f
equal deleted inserted replaced
39:2473f5e227f9 44:8b72faa1200f
       
     1 //  TestLtsyPktGetStaticCapabilities.h
       
     2 //  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     3 //
       
     4 //  Implementation of the Class CTestLtsyPktGetStaticCapabilities
       
     5 
       
     6 
       
     7 #ifndef TESTLTSYPKTGETSTATICCAP_H_
       
     8 #define TESTLTSYPKTGETSTATICCAP_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 CTestLtsyPktGetStaticCapabilities : public CTestLtsyPktTestStepBase
       
    18 /**
       
    19  * @internalAll
       
    20  * @test
       
    21  */
       
    22 	{
       
    23 public:
       
    24 	CTestLtsyPktGetStaticCapabilities(CTestLtsyModel& aModel);
       
    25 	virtual ~CTestLtsyPktGetStaticCapabilities();
       
    26 	
       
    27 protected:
       
    28 	TVerdict doTestStepL();
       
    29 	};
       
    30 
       
    31 _LIT(KTestLtsyPktGetStaticCapabilities, "TestLtsyPktGetStaticCapabilities");
       
    32 
       
    33 #endif // TESTLTSYPKTGETSTATICCAP_H_