Switch to unified view

a/libupnpp/upnpp_p.hxx b/libupnpp/upnpp_p.hxx
...
...
31
extern void trimstring(std::string &s, const char *ws = " \t\n");
31
extern void trimstring(std::string &s, const char *ws = " \t\n");
32
extern std::string path_getfather(const std::string &s);
32
extern std::string path_getfather(const std::string &s);
33
extern std::string path_getsimple(const std::string &s);
33
extern std::string path_getsimple(const std::string &s);
34
template <class T> bool csvToStrings(const std::string& s, T &tokens);
34
template <class T> bool csvToStrings(const std::string& s, T &tokens);
35
35
36
#if defined(HAVE_UPNPSETLOGLEVEL)
37
#include <upnp/upnpdebug.h>
38
#define PLOGINF(...) UpnpPrintf(UPNP_INFO, API, __FILE__, __LINE__, __VA_ARGS__)
39
#define PLOGDEB(...) UpnpPrintf(UPNP_INFO,API, __FILE__, __LINE__, __VA_ARGS__)
40
#else
41
#define PLOGINF(...)
42
#define PLOGDEB(...)
43
#endif
44
45
#endif /* _UPNPP_H_X_INCLUDED_ */
36
#endif /* _UPNPP_H_X_INCLUDED_ */