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