Switch to unified view

a/libupnpp/soaphelp.hxx b/libupnpp/soaphelp.hxx
...
...
32
    // Utility methods
32
    // Utility methods
33
    bool getBool(const char *nm, bool *value) const;
33
    bool getBool(const char *nm, bool *value) const;
34
    bool getInt(const char *nm, int *value) const;
34
    bool getInt(const char *nm, int *value) const;
35
    bool getString(const char *nm, std::string *value) const;
35
    bool getString(const char *nm, std::string *value) const;
36
    static std::string xmlQuote(const std::string& in);
36
    static std::string xmlQuote(const std::string& in);
37
    static std::string i2s(int val);
37
};
38
};
38
39
39
/** Decode the XML in a Soap call and return the arguments in a SoapArgs 
40
/** Decode the XML in a Soap call and return the arguments in a SoapArgs 
40
 * structure.
41
 * structure.
41
 *
42
 *