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