| 250 | } |
| 251 | |
| 252 | void connect_manager::statistics() |
| 253 | { |
| 254 | std::vector<connect_pool*>::const_iterator cit = pools_.begin(); |
| 255 | for (; cit != pools_.end(); ++cit) |
| 256 | (*cit)->reset_statistics(stat_inter_); |
| 257 | } |
| 258 | |
| 259 | } // namespace acl |
nothing calls this directly
no test coverage detected