| 85 | } |
| 86 | |
| 87 | bool GetUsage(int id, std::string& usagebuf) |
| 88 | { |
| 89 | return GetUserData(id)->GetUsage(usagebuf); |
| 90 | } |
| 91 | }; |
| 92 | |
| 93 | #define DEFINE_POOL_LIMIT(limit) DEFINE_LIMIT_U(limit, (PoolAdjusterBase*) &m_##limit) |
nothing calls this directly
no outgoing calls
no test coverage detected