Changes between Version 10 and Version 11 of ValidationSimple
- Timestamp:
- Aug 25, 2008, 9:05:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationSimple
v10 v11 32 32 The result is your custom validator. 33 33 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'''. 34 If for some reason you need to access the WORKUNIT in your init_result() etc. functions: 35 {{{ 36 DB_WORKUNIT wu; 37 wu.lookup_id(g_wup->id); 38 }}} 36 39 37 40 == Example ==