| 203 | } |
| 204 | |
| 205 | void DbImplementation::stuff(UCHAR** info) const |
| 206 | { |
| 207 | UCHAR* p = *info; |
| 208 | *p++ = di_cpu; |
| 209 | *p++ = di_os; |
| 210 | *p++ = di_cc; |
| 211 | *p++ = di_flags; |
| 212 | *info = p; |
| 213 | } |
| 214 | |
| 215 | DbImplementation DbImplementation::pick(const UCHAR* info) |
| 216 | { |
no outgoing calls
no test coverage detected