Move the dump of the library into library.xml in a specific class.

The same way the dump into a opds feed is in a specific class.
This commit is contained in:
Matthieu Gautier
2018-11-28 12:09:28 +01:00
parent c9cc58973c
commit b5ce60a627
6 changed files with 190 additions and 86 deletions

View File

@ -52,7 +52,6 @@ class Library
Library();
~Library();
std::string version;
/**
* Add a book to the library.
*
@ -163,6 +162,7 @@ class Library
size_t maxSize = 0);
friend class OPDSDumper;
friend class libXMLDumper;
};
}