diff options
author | Max Kellermann <max@duempel.org> | 2014-01-22 20:42:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-22 20:42:36 +0100 |
commit | 714056f157cd6a27ed42c2962805a919aeba81a3 (patch) | |
tree | b5a7894e342d9a4afd4480461e925e319aa0d1d0 | |
parent | 1abc96fa27ad102436fccad3b6643c6529a0dcb4 (diff) | |
download | mpd-714056f157cd6a27ed42c2962805a919aeba81a3.tar.gz mpd-714056f157cd6a27ed42c2962805a919aeba81a3.tar.xz mpd-714056f157cd6a27ed42c2962805a919aeba81a3.zip |
db/upnp: inline ContentDirectoryService::readDirSlice()
-rw-r--r-- | src/db/upnp/ContentDirectoryService.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/ContentDirectoryService.cxx b/src/db/upnp/ContentDirectoryService.cxx index 2f94a0b3f..ea773e6f8 100644 --- a/src/db/upnp/ContentDirectoryService.cxx +++ b/src/db/upnp/ContentDirectoryService.cxx @@ -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, |