| 61 | } |
| 62 | |
| 63 | std::streambuf::pos_type MPQStream::seekpos(const pos_type pos, const std::ios_base::openmode which) { return seekoff(pos, std::ios_base::beg, which); } |
| 64 | |
| 65 | std::streambuf::pos_type MPQStream::seekoff(const off_type off, const std::ios_base::seekdir dir, std::ios_base::openmode which) { |
| 66 | std::streamsize newPos = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected