Switch to side-by-side view
--- a/libupnpp/control/description.hxx +++ b/libupnpp/control/description.hxx @@ -25,6 +25,8 @@ #include <vector> #include <string> #include <sstream> + +namespace UPnPClient { /** * Data holder for a UPnP service, parsed from the XML description @@ -113,4 +115,6 @@ typedef std::vector<UPnPServiceDesc>::iterator DevServIt; +} // namespace + #endif /* _UPNPDEV_HXX_INCLUDED_ */