| 165 | } |
| 166 | |
| 167 | IStatus* ReplPlugin::getStatus() |
| 168 | { |
| 169 | WriteLog(log, "%p\tgetStatus()\n", this); |
| 170 | return status; |
| 171 | } |
| 172 | |
| 173 | void ReplPlugin::dumpInfo(const unsigned char* buffer, size_t length) |
| 174 | { |
no outgoing calls
no test coverage detected