///////////////////////////////////////////////////////////////////////////
| 165 | |
| 166 | //////////////////////////////////////////////////////////////////////////////// |
| 167 | void TF2::load_lines() { |
| 168 | if (_file.open()) { |
| 169 | if (Context::getContext().config.getBoolean("locking")) _file.lock(); |
| 170 | |
| 171 | _file.read(_lines); |
| 172 | _file.close(); |
| 173 | _loaded_lines = true; |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | //////////////////////////////////////////////////////////////////////////////// |
| 178 | // vim: ts=2 et sw=2 |
nothing calls this directly
no outgoing calls
no test coverage detected