| 34 | } |
| 35 | |
| 36 | bool BookMetadataCache::endContentOpfPass() { |
| 37 | // Explicit close() required: member variable persists beyond function scope |
| 38 | spineFile.close(); |
| 39 | return true; |
| 40 | } |
| 41 | |
| 42 | bool BookMetadataCache::beginTocPass() { |
| 43 | LOG_DBG("BMC", "Beginning toc pass"); |