equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // This is the header file for ESOCK basic socket test section 11 |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 #if (!defined __SOCKETTEST_11_H__) |
|
20 #define __SOCKETTEST_11_H__ |
|
21 #include "TestStepSocket.h" |
|
22 |
|
23 class CSocketTest11_1 : public CSocketTestStep_OOMCapable |
|
24 { |
|
25 public: |
|
26 static const TDesC& GetTestName(); |
|
27 virtual enum TVerdict InternalDoTestStepL( void ); |
|
28 }; |
|
29 |
|
30 class CSocketTest11_2 : public CSocketTestStep_OOMCapable |
|
31 { |
|
32 public: |
|
33 static const TDesC& GetTestName(); |
|
34 virtual enum TVerdict InternalDoTestStepL( void ); |
|
35 }; |
|
36 |
|
37 class CSocketTest11_3 : public CSocketTestStep_OOMCapable |
|
38 { |
|
39 public: |
|
40 static const TDesC& GetTestName(); |
|
41 virtual enum TVerdict InternalDoTestStepL( void ); |
|
42 }; |
|
43 |
|
44 class CSocketTest11_4 : public CSocketTestStep_OOMCapable |
|
45 { |
|
46 public: |
|
47 static const TDesC& GetTestName(); |
|
48 virtual enum TVerdict InternalDoTestStepL( void ); |
|
49 }; |
|
50 |
|
51 |
|
52 #endif //(__SOCKETTEST_1_1H__) |
|
53 |