Switch to unified view

a/libupnpp/control/description.hxx b/libupnpp/control/description.hxx
...
...
23
 */
23
 */
24
24
25
#include <vector>
25
#include <vector>
26
#include <string>
26
#include <string>
27
#include <sstream>
27
#include <sstream>
28
29
namespace UPnPClient {
28
30
29
/**
31
/**
30
 * Data holder for a UPnP service, parsed from the XML description
32
 * Data holder for a UPnP service, parsed from the XML description
31
 * downloaded after discovery yielded its URL.
33
 * downloaded after discovery yielded its URL.
32
 */
34
 */
...
...
111
    }
113
    }
112
};
114
};
113
115
114
typedef std::vector<UPnPServiceDesc>::iterator DevServIt;
116
typedef std::vector<UPnPServiceDesc>::iterator DevServIt;
115
117
118
} // namespace
119
116
#endif /* _UPNPDEV_HXX_INCLUDED_ */
120
#endif /* _UPNPDEV_HXX_INCLUDED_ */