Switch to unified view

a/libupnpp/upnpp_p.hxx b/libupnpp/upnpp_p.hxx
...
...
22
   not include this */
22
   not include this */
23
23
24
#include <string>
24
#include <string>
25
25
26
extern std::string caturl(const std::string& s1, const std::string& s2);
26
extern std::string caturl(const std::string& s1, const std::string& s2);
27
extern void trimstring(string &s, const char *ws = " \t\n");
27
extern void trimstring(std::string &s, const char *ws = " \t\n");
28
extern std::string path_getfather(const std::string &s);
28
extern std::string path_getfather(const std::string &s);
29
extern std::string path_getsimple(const std::string &s);
29
template <class T> bool csvToStrings(const std::string& s, T &tokens);
30
template <class T> bool csvToStrings(const std::string& s, T &tokens);
30
31
31
#define UPNPP_DEBUG
32
#define UPNPP_DEBUG
32
33
33
#if defined(UPNPP_DEBUG) && defined(DEBUG)
34
#if defined(UPNPP_DEBUG) && defined(DEBUG)