/[pengfork]/pengfork/src/fdo/atoms/activex.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/activex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:06 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t activex_atom_tab[] = {  const atomdef_t activex_atom_tab[] = {
42    {"activex_manage"           , ACTIVEX_MANAGE           , raw},    {"activex-manage"           , ACTIVEX_MANAGE           , raw},
43    {"activex_id"               , ACTIVEX_ID               , str},    {"activex-id"               , ACTIVEX_ID               , str},
44    {"activex_classid"          , ACTIVEX_CLASSID          , str},    {"activex-classid"          , ACTIVEX_CLASSID          , str},
45    {"activex_codebase"         , ACTIVEX_CODEBASE         , str},    {"activex-codebase"         , ACTIVEX_CODEBASE         , str},
46    {"activex_data"             , ACTIVEX_DATA             , str},    {"activex-data"             , ACTIVEX_DATA             , str},
47    {"activex_script_code"      , ACTIVEX_SCRIPT_CODE      , str},    {"activex-script-code"      , ACTIVEX_SCRIPT_CODE      , str},
48    {"activex_script_expression", ACTIVEX_SCRIPT_EXPRESSION, str},    {"activex-script-expression", ACTIVEX_SCRIPT_EXPRESSION, str},
49    {"activex_script_start"     , ACTIVEX_SCRIPT_START     , str},    {"activex-script-start"     , ACTIVEX_SCRIPT_START     , str},
50    {"activex_param"            , ACTIVEX_PARAM            , str},    {"activex-param"            , ACTIVEX_PARAM            , str},
51    {"activex_script_shutdown"  , ACTIVEX_SCRIPT_SHUTDOWN  , raw},    {"activex-script-shutdown"  , ACTIVEX_SCRIPT_SHUTDOWN  , raw},
52    {NULL, -1, na}    {NULL, -1, na}
53  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26