aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-22 20:42:36 +0100
committerMax Kellermann <max@duempel.org>2014-01-22 20:42:36 +0100
commit714056f157cd6a27ed42c2962805a919aeba81a3 (patch)
treeb5a7894e342d9a4afd4480461e925e319aa0d1d0 /src
parent1abc96fa27ad102436fccad3b6643c6529a0dcb4 (diff)
downloadmpd-714056f157cd6a27ed42c2962805a919aeba81a3.tar.gz
mpd-714056f157cd6a27ed42c2962805a919aeba81a3.tar.xz
mpd-714056f157cd6a27ed42c2962805a919aeba81a3.zip
db/upnp: inline ContentDirectoryService::readDirSlice()
Diffstat (limited to '')
-rw-r--r--src/db/upnp/ContentDirectoryService.cxx2
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,