|
a/src/ohproduct.cxx |
|
b/src/ohproduct.cxx |
|
... |
|
... |
32 |
#include "libupnpp/log.hxx" // for LOGDEB
|
32 |
#include "libupnpp/log.hxx" // for LOGDEB
|
33 |
#include "libupnpp/soaphelp.hxx" // for SoapOutgoing, SoapIncoming
|
33 |
#include "libupnpp/soaphelp.hxx" // for SoapOutgoing, SoapIncoming
|
34 |
|
34 |
|
35 |
#include "upmpd.hxx"
|
35 |
#include "upmpd.hxx"
|
36 |
#include "upmpdutils.hxx"
|
36 |
#include "upmpdutils.hxx"
|
|
|
37 |
#include "pathut.h"
|
37 |
#include "ohplaylist.hxx"
|
38 |
#include "ohplaylist.hxx"
|
38 |
#include "ohradio.hxx"
|
39 |
#include "ohradio.hxx"
|
39 |
#include "ohreceiver.hxx"
|
40 |
#include "ohreceiver.hxx"
|
40 |
#include "ohsndrcv.hxx"
|
41 |
#include "ohsndrcv.hxx"
|
41 |
#include "ohinfo.hxx"
|
42 |
#include "ohinfo.hxx"
|
42 |
#include "conftree.hxx"
|
43 |
#include "conftree.h"
|
43 |
|
44 |
|
44 |
using namespace std;
|
45 |
using namespace std;
|
45 |
using namespace std::placeholders;
|
46 |
using namespace std::placeholders;
|
46 |
|
47 |
|
47 |
static void listScripts(vector<pair<string, string> >& sources);
|
48 |
static void listScripts(vector<pair<string, string> >& sources);
|