db/upnp: inline ContentDirectoryService::readDirSlice()

This commit is contained in:
Max Kellermann 2014-01-22 20:42:36 +01:00
parent 1abc96fa27
commit 714056f157

View File

@ -69,7 +69,7 @@ ReadResultTag(UPnPDirContent &dirbuf, IXML_Document *response, Error &error)
return dirbuf.parse(p, error);
}
bool
inline bool
ContentDirectoryService::readDirSlice(UpnpClient_Handle hdl,
const char *objectId, int offset,
int count, UPnPDirContent &dirbuf,