1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

Encryption info usage (in progress)

This commit is contained in:
Nikolay Pultsin 2014-02-16 01:07:05 +00:00
parent 6902f72b31
commit 746f19b874
5 changed files with 29 additions and 30 deletions

View file

@ -530,7 +530,7 @@ void XHTMLReader::setMarkFirstImageAsCover() {
myMarkNextImageAsCover = true;
}
bool XHTMLReader::readFile(const ZLFile &file, const std::string &referenceName) {
bool XHTMLReader::readFile(const ZLFile &file, const std::string &referenceName, shared_ptr<EncryptionInfo> encryptionInfo) {
fillTagTable();
myPathPrefix = MiscUtil::htmlDirectoryPrefix(file.path());