Switch to unified view
a/libupnpp/description.cxx | b/libupnpp/description.cxx | ||
---|---|---|---|
... |
... |
||
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | // An XML parser which constructs an UPnP device object from the |
17 | // An XML parser which constructs an UPnP device object from the |
18 | // device descriptor |
18 | // device descriptor |
19 | #include "config.h" |
||
19 | 20 | ||
20 | #include <stdlib.h> |
21 | #include <stdlib.h> |
21 | #include <errno.h> |
22 | #include <errno.h> |
22 | 23 | ||
23 | #include <iostream> |
24 | #include <iostream> |