diff options
author | Max Kellermann <max@duempel.org> | 2015-02-02 21:12:19 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-02 21:12:19 +0000 |
commit | 3d446d3266e11fd6618a8caca3c31ef0cfededc0 (patch) | |
tree | fd00791de7bac0085ea31b1fd39b58a23a9acbe8 /src/lib/upnp/ContentDirectoryService.hxx | |
parent | e660229c405cd0b6bebe52439c98c97869b01c9b (diff) | |
download | mpd-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.hxx | 3 |
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); |