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:

committed by
Max Kellermann

parent
12b139beaf
commit
406452f019
@ -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 &)
|
||||
{
|
||||
|
Reference in New Issue
Block a user