pushmtm/Plugins/PushContentHandler/sl_dict.h
branchRCL_3
changeset 48 8e6fa1719340
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2003 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 /*
       
    19 ** WARNING
       
    20 **
       
    21 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    22 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    23 **
       
    24 ** This file generated on Tue Sep 30 14:30:25 2003
       
    25 **                        (coordinated universal time)
       
    26 **
       
    27 ** Command line: dict_creator sl.dict sl_dict.c sl_dict.h
       
    28 */
       
    29 
       
    30 #ifndef HEADER_GUARD_sl_dict_h
       
    31 #define HEADER_GUARD_sl_dict_h
       
    32 
       
    33 #include <nw_wbxml_dictionary.h>
       
    34 
       
    35 #ifdef __cplusplus
       
    36 extern "C"
       
    37 {
       
    38 #endif
       
    39 
       
    40 
       
    41 #define NW_SL_PublicId 6
       
    42 
       
    43 typedef enum NW_SL_ElementToken_0_e{
       
    44 	NW_SL_ElementToken_sl = 0x0005
       
    45 }NW_SL_ElementToken_0_t;
       
    46 
       
    47 
       
    48 typedef enum NW_SL_AttributeToken_0_e{
       
    49 	NW_SL_AttributeToken_action_execute_low = 0x0005,
       
    50 	NW_SL_AttributeToken_action_execute_high = 0x0006,
       
    51 	NW_SL_AttributeToken_action_cache = 0x0007,
       
    52 	NW_SL_AttributeToken_href = 0x0008,
       
    53 	NW_SL_AttributeToken_href_http___ = 0x0009,
       
    54 	NW_SL_AttributeToken_href_http___www_ = 0x000a,
       
    55 	NW_SL_AttributeToken_href_https___ = 0x000b,
       
    56 	NW_SL_AttributeToken_href_https___www_ = 0x000c,
       
    57 	NW_SL_AttributeToken_action = 0x000d,
       
    58 	NW_SL_AttributeToken__com_ = 0x0085,
       
    59 	NW_SL_AttributeToken__edu_ = 0x0086,
       
    60 	NW_SL_AttributeToken__net_ = 0x0087,
       
    61 	NW_SL_AttributeToken__org_ = 0x0088
       
    62 }NW_SL_AttributeToken_0_t;
       
    63 
       
    64 extern const NW_WBXML_Dictionary_t NW_SL_WBXMLDictionary;
       
    65 
       
    66 /*
       
    67 ** WARNING
       
    68 **
       
    69 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    70 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    71 **
       
    72 ** This file generated on Tue Sep 30 14:30:25 2003
       
    73 **                        (coordinated universal time)
       
    74 **
       
    75 ** Command line: dict_creator sl.dict sl_dict.c sl_dict.h
       
    76 */
       
    77 
       
    78 #ifdef __cplusplus
       
    79 } /* extern "C" */
       
    80 #endif
       
    81 
       
    82 #endif