|
|
@ -3,24 +3,24 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* This file is part of Open-Sankoré. |
|
|
|
* This file is part of Open-Sankoré. |
|
|
|
* |
|
|
|
* |
|
|
|
* Open-Sankoré is free software; you can redistribute it and/or |
|
|
|
* Open-Sankoré is free software: you can redistribute it and/or modify |
|
|
|
* modify it under the terms of the GNU Library General Public |
|
|
|
* it under the terms of the GNU General Public License as published by |
|
|
|
* License as published by the Free Software Foundation, version 2, |
|
|
|
* the Free Software Foundation, version 3 of the License, |
|
|
|
* with a specific linking exception for the OpenSSL project's |
|
|
|
* with a specific linking exception for the OpenSSL project's |
|
|
|
* "OpenSSL" library (or with modified versions of it that use the |
|
|
|
* "OpenSSL" library (or with modified versions of it that use the |
|
|
|
* same license as the "OpenSSL" library). |
|
|
|
* same license as the "OpenSSL" library). |
|
|
|
* |
|
|
|
* |
|
|
|
* Open-Sankoré is distributed in the hope that it will be useful, |
|
|
|
* Open-Sankoré is distributed in the hope that it will be useful, |
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
* Library General Public License for more details. |
|
|
|
* GNU General Public License for more details. |
|
|
|
* |
|
|
|
* |
|
|
|
* You should have received a copy of the GNU Library General Public |
|
|
|
* You should have received a copy of the GNU General Public License |
|
|
|
* License along with Open-Sankoré; if not, see |
|
|
|
* along with Open-Sankoré. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "UBDownloadManager.h" |
|
|
|
#include "UBDownloadManager.h" |
|
|
|
#include "core/UBApplication.h" |
|
|
|
#include "core/UBApplication.h" |
|
|
|
#include "core/UBPersistenceManager.h" |
|
|
|
#include "core/UBPersistenceManager.h" |
|
|
|