|
a/libupnpp/control/mediarenderer.cxx |
|
b/libupnpp/control/mediarenderer.cxx |
|
... |
|
... |
20 |
#include <unordered_map>
|
20 |
#include <unordered_map>
|
21 |
#include <functional>
|
21 |
#include <functional>
|
22 |
using namespace std;
|
22 |
using namespace std;
|
23 |
using namespace std::placeholders;
|
23 |
using namespace std::placeholders;
|
24 |
|
24 |
|
25 |
#include "libupnpp/discovery.hxx"
|
|
|
26 |
#include "libupnpp/log.hxx"
|
25 |
#include "libupnpp/log.hxx"
|
|
|
26 |
#include "libupnpp/control/discovery.hxx"
|
27 |
#include "libupnpp/control/mediarenderer.hxx"
|
27 |
#include "libupnpp/control/mediarenderer.hxx"
|
28 |
#include "libupnpp/control/renderingcontrol.hxx"
|
28 |
#include "libupnpp/control/renderingcontrol.hxx"
|
29 |
|
29 |
|
30 |
namespace UPnPClient {
|
30 |
namespace UPnPClient {
|
31 |
|
31 |
|