| 54 | } |
| 55 | |
| 56 | CASCStream::pos_type CASCStream::seekpos(pos_type pos, std::ios_base::openmode which) { return seekoff(pos, std::ios_base::beg, which); } |
| 57 | |
| 58 | CASCStream::pos_type CASCStream::seekoff(off_type off, std::ios_base::seekdir dir, std::ios_base::openmode) { |
| 59 | std::streamsize newPos = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected