| 198 | } |
| 199 | |
| 200 | void peer_database_iterator::increment() |
| 201 | { |
| 202 | ++my->_iterator; |
| 203 | } |
| 204 | |
| 205 | bool peer_database_iterator::equal(const peer_database_iterator& other) const |
| 206 | { |
nothing calls this directly
no outgoing calls
no test coverage detected