Switch to side-by-side view

--- a/libupnpp/soaphelp.hxx
+++ b/libupnpp/soaphelp.hxx
@@ -34,6 +34,7 @@
     bool getInt(const char *nm, int *value) const;
     bool getString(const char *nm, std::string *value) const;
     static std::string xmlQuote(const std::string& in);
+    static std::string i2s(int val);
 };
 
 /** Decode the XML in a Soap call and return the arguments in a SoapArgs