| 33 | ////////////////////////////////////////////////////////////////////////// |
| 34 | |
| 35 | void smtp_result::smtp_report(const char* msg, size_t total, |
| 36 | size_t curr, const SMTP_METER& meter) |
| 37 | { |
| 38 | test_.smtp_report(msg, total, curr, meter); |
| 39 | } |
| 40 | |
| 41 | void smtp_result::smtp_finish(const char* dbpath) |
| 42 | { |