equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef WML_WAE_H |
|
19 #define WML_WAE_H |
|
20 |
|
21 /* |
|
22 ** Includes |
|
23 */ |
|
24 #include "nw_wae.h" |
|
25 #include "BrsrStatusCodes.h" |
|
26 |
|
27 /* |
|
28 ** Type Declarations |
|
29 */ |
|
30 |
|
31 |
|
32 /* |
|
33 ** Global Function Declarations |
|
34 */ |
|
35 |
|
36 /* |
|
37 ** wml_msgs.c |
|
38 */ |
|
39 /* run the script */ |
|
40 TBrowserStatusCode |
|
41 NW_Wml_RunScript(NW_Ucs2 *url, NW_Ucs2 *postfields, |
|
42 NW_Ucs2 *referer, NW_Byte *content, |
|
43 const NW_Uint32 len, const NW_Http_CharSet_t charset); |
|
44 |
|
45 /* abort the running script */ |
|
46 TBrowserStatusCode NW_Wml_AbortScript(void); |
|
47 |
|
48 #endif /* WML_WAE_H */ |