equal
deleted
inserted
replaced
1 /** |
1 /** |
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
23 #ifndef WAPPROTSUITESTEPBASE_H |
23 #ifndef WAPPROTSUITESTEPBASE_H |
24 #define WAPPROTSUITESTEPBASE_H |
24 #define WAPPROTSUITESTEPBASE_H |
25 |
25 |
26 #include "smsstackbaseteststeps.h" |
26 #include "smsstackbaseteststeps.h" |
27 |
27 |
28 #include <connect/sbeclient.h> |
|
29 #include <es_wsms.h> |
28 #include <es_wsms.h> |
30 #include <etelmm.h> |
29 #include <etelmm.h> |
31 |
30 |
32 #if defined (__WINS__) |
31 #if defined (__WINS__) |
33 #define PDD_NAME _L("ECDRV") |
32 #define PDD_NAME _L("ECDRV") |
35 #define LDD_NAME _L("ECOMM") |
34 #define LDD_NAME _L("ECOMM") |
36 #else |
35 #else |
37 #define PDD_NAME _L("EUART1") |
36 #define PDD_NAME _L("EUART1") |
38 #define LDD_NAME _L("ECOMM") |
37 #define LDD_NAME _L("ECOMM") |
39 #endif |
38 #endif |
40 |
|
41 using namespace conn; |
|
42 |
39 |
43 class CWapProtSuiteStepBase : public CSmsBaseTestStep |
40 class CWapProtSuiteStepBase : public CSmsBaseTestStep |
44 { |
41 { |
45 public: |
42 public: |
46 virtual TVerdict doTestStepPreambleL(); |
43 virtual TVerdict doTestStepPreambleL(); |