UPnP database plugin

[mk: renamed source files, applied coding style, reduced bloat, using
MPD's threading library, using MPD's error reporting and logging
library and refactoring, fixed lots of bugs]
This commit is contained in:
Jean-Francois Dockes
2013-11-01 19:26:01 +01:00
committed by Max Kellermann
parent 12b139beaf
commit 406452f019
25 changed files with 3292 additions and 0 deletions

@ -39,6 +39,15 @@ using std::endl;
#include <stdlib.h>
#ifdef HAVE_LIBUPNP
#include "InputStream.hxx"
size_t
InputStream::LockRead(void *, size_t, Error &)
{
return 0;
}
#endif
static bool
DumpDirectory(const Directory &directory, Error &)
{