Switch to side-by-side view
--- a/libupnpp/device.hxx +++ b/libupnpp/device.hxx @@ -23,8 +23,6 @@ #include "soaphelp.hxx" class UpnpDevice; - -//typedef int (*soapfun)(const SoapArgs&, void *, SoapData&) ; typedef function<int (const SoapArgs&, SoapData&)> soapfun;