| 46 | ////////////////////////////////////////////////////////////////////////// |
| 47 | |
| 48 | void pop3_result::pop3_report(const char* msg, size_t total, |
| 49 | size_t curr, const POP3_METER& meter) |
| 50 | { |
| 51 | test_.pop3_report(msg, total, curr, meter); |
| 52 | } |
| 53 | |
| 54 | void pop3_result::pop3_finish(const char* dbpath) |
| 55 | { |