| 76 | }; |
| 77 | |
| 78 | struct CBanInfo |
| 79 | { |
| 80 | enum |
| 81 | { |
| 82 | EXPIRES_NEVER=-1, |
| 83 | REASON_LENGTH=64, |
| 84 | }; |
| 85 | int m_Expires; |
| 86 | char m_aReason[REASON_LENGTH]; |
| 87 | }; |
| 88 | |
| 89 | template<class T> struct CBan |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected