Changes between Version 10 and Version 11 of ValidationSimple


Ignore:
Timestamp:
Aug 25, 2008, 9:05:27 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v10 v11  
    3232The result is your custom validator.
    3333
    34 If for some reason you need to access the WORKUNIT in your init_result() etc. functions,
    35 it's pointed to by the global variable '''g_wup'''.
     34If for some reason you need to access the WORKUNIT in your init_result() etc. functions:
     35{{{
     36DB_WORKUNIT wu;
     37wu.lookup_id(g_wup->id);
     38}}}
    3639
    3740== Example ==