aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/ContentDirectoryService.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-02 21:12:19 +0000
committerMax Kellermann <max@duempel.org>2015-02-02 21:12:19 +0000
commit3d446d3266e11fd6618a8caca3c31ef0cfededc0 (patch)
treefd00791de7bac0085ea31b1fd39b58a23a9acbe8 /src/lib/upnp/ContentDirectoryService.hxx
parente660229c405cd0b6bebe52439c98c97869b01c9b (diff)
downloadmpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.tar.gz
mpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.tar.xz
mpd-3d446d3266e11fd6618a8caca3c31ef0cfededc0.zip
lib/upnp/Discovery: apply naming convention
Diffstat (limited to '')
-rw-r--r--src/lib/upnp/ContentDirectoryService.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/upnp/ContentDirectoryService.hxx b/src/lib/upnp/ContentDirectoryService.hxx
index 576c6ec8c..bf6ab913a 100644
--- a/src/lib/upnp/ContentDirectoryService.hxx
+++ b/src/lib/upnp/ContentDirectoryService.hxx
@@ -62,7 +62,8 @@ public:
/**
* Construct by copying data from device and service objects.
*
- * The discovery service does this: use getDirServices()
+ * The discovery service does this: use
+ * UPnPDeviceDirectory::GetDirectories()
*/
ContentDirectoryService(const UPnPDevice &device,
const UPnPService &service);