|
a/upmpd/upmpdutils.cxx |
|
b/upmpd/upmpdutils.cxx |
|
... |
|
... |
43 |
#include "mpdcli.hxx"
|
43 |
#include "mpdcli.hxx"
|
44 |
#include "upmpdutils.hxx"
|
44 |
#include "upmpdutils.hxx"
|
45 |
#include "libupnpp/log.hxx"
|
45 |
#include "libupnpp/log.hxx"
|
46 |
#include "libupnpp/soaphelp.hxx"
|
46 |
#include "libupnpp/soaphelp.hxx"
|
47 |
#include "libupnpp/upnpavutils.hxx"
|
47 |
#include "libupnpp/upnpavutils.hxx"
|
|
|
48 |
|
|
|
49 |
using namespace UPnPP;
|
48 |
|
50 |
|
49 |
// Append system error string to input string
|
51 |
// Append system error string to input string
|
50 |
void catstrerror(string *reason, const char *what, int _errno)
|
52 |
void catstrerror(string *reason, const char *what, int _errno)
|
51 |
{
|
53 |
{
|
52 |
if (!reason)
|
54 |
if (!reason)
|