input/{tidal,qobus}: add bogus "noexcept"
commit47fa8c4cf6b4bf742536405fd66a1915d122a64c
authorMax Kellermann <max@musicpd.org>
Thu, 25 Jan 2018 11:58:58 +0000 (25 12:58 +0100)
committerMax Kellermann <max@musicpd.org>
Thu, 25 Jan 2018 11:58:58 +0000 (25 12:58 +0100)
treeeb0118fe630b634ea194f40c5f020f07a58fd301
parent7640609b410a1babc2973bc33ed8894729b3b6a1
input/{tidal,qobus}: add bogus "noexcept"

The CurlRequest constructor can throw exceptions, therefore we must
not use "noexcept".
src/input/plugins/QobuzLoginRequest.cxx
src/input/plugins/QobuzLoginRequest.hxx
src/input/plugins/QobuzTrackRequest.cxx
src/input/plugins/QobuzTrackRequest.hxx
src/input/plugins/TidalLoginRequest.cxx
src/input/plugins/TidalLoginRequest.hxx
src/input/plugins/TidalSessionManager.cxx
src/input/plugins/TidalSessionManager.hxx
src/input/plugins/TidalTrackRequest.cxx
src/input/plugins/TidalTrackRequest.hxx