--------------------------------------------------- pack stream
| 406 | //--------------------------------------------------- |
| 407 | // pack stream |
| 408 | CPackReader::~CPackReader() |
| 409 | { |
| 410 | #ifdef DEBUG |
| 411 | unregister_file_mapping(base_address, Size); |
| 412 | #endif // DEBUG |
| 413 | |
| 414 | UnmapViewOfFile(base_address); |
| 415 | }; |
| 416 | //--------------------------------------------------- |
| 417 | |
| 418 | CVirtualFileReader::CVirtualFileReader(const char* cFileName) |
nothing calls this directly
no test coverage detected