equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // EtelPacketTest1_1Extended.h |
|
15 // This is the header file for the Extended Packet Data Service test 1.1 |
|
16 // (RPacketService functionality testing). Extra Packet service tests have been |
|
17 // added to a new file (due to stack overflow in the EtelPacketTest1_1 files). |
|
18 // |
|
19 // |
|
20 |
|
21 /** |
|
22 @file |
|
23 @internalComponent |
|
24 */ |
|
25 |
|
26 #if (!defined __ETELPACKETTEST1_1EXTENDED_H__) |
|
27 #define __ETELPACKETTEST1_1EXTENDED_H__ |
|
28 |
|
29 #include "Te_EtelPacketTestStepBase.h" |
|
30 |
|
31 class CEtelPacketTest1_1Extended : public CTestStepEtelPacket |
|
32 { |
|
33 public: |
|
34 CEtelPacketTest1_1Extended(); |
|
35 ~CEtelPacketTest1_1Extended(); |
|
36 |
|
37 virtual enum TVerdict doTestStepL( void ); |
|
38 |
|
39 }; |
|
40 |
|
41 #endif //(__ETELPACKETTEST1_1EXTENDED_H__) |