| 62 | } |
| 63 | |
| 64 | void DHTBucketRefreshCommand::process() |
| 65 | { |
| 66 | taskQueue_->addPeriodicTask1(taskFactory_->createBucketRefreshTask()); |
| 67 | } |
| 68 | |
| 69 | void DHTBucketRefreshCommand::setRoutingTable(DHTRoutingTable* routingTable) |
| 70 | { |
nothing calls this directly
no test coverage detected