// this file is under GNU General Public License 3.0 // see LICENSE.txt #include "downloadclient.hh" #include "UpdateStream.hh" #include #include namespace pEp { namespace UpdateClient { /* istream update(const product& p) { try { return UpdateStream(p); } catch (NoUpdateAvailable&) { return stringstream(string("")); } } */ } }