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