|
a/upmpd/ohproduct.cxx |
|
b/upmpd/ohproduct.cxx |
|
... |
|
... |
12 |
* You should have received a copy of the GNU General Public License
|
12 |
* You should have received a copy of the GNU General Public License
|
13 |
* along with this program; if not, write to the
|
13 |
* along with this program; if not, write to the
|
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 |
#include "config.h"
|
|
|
18 |
|
17 |
#include "ohproduct.hxx"
|
19 |
#include "ohproduct.hxx"
|
18 |
|
20 |
|
19 |
#include <upnp/upnp.h> // for UPNP_E_SUCCESS, etc
|
21 |
#include <upnp/upnp.h> // for UPNP_E_SUCCESS, etc
|
20 |
|
22 |
|
21 |
#include <functional> // for _Bind, bind, _1, _2
|
23 |
#include <functional> // for _Bind, bind, _1, _2
|
|
... |
|
... |
23 |
#include <map> // for _Rb_tree_const_iterator, etc
|
25 |
#include <map> // for _Rb_tree_const_iterator, etc
|
24 |
#include <string> // for string, operator<<, etc
|
26 |
#include <string> // for string, operator<<, etc
|
25 |
#include <utility> // for pair
|
27 |
#include <utility> // for pair
|
26 |
#include <vector> // for vector
|
28 |
#include <vector> // for vector
|
27 |
|
29 |
|
28 |
#include "config.h" // for PACKAGE_VERSION
|
|
|
29 |
|
30 |
|
30 |
#include "libupnpp/device/device.hxx" // for UpnpService
|
31 |
#include "libupnpp/device/device.hxx" // for UpnpService
|
31 |
#include "libupnpp/log.hxx" // for LOGDEB
|
32 |
#include "libupnpp/log.hxx" // for LOGDEB
|
32 |
#include "libupnpp/soaphelp.hxx" // for SoapData, SoapArgs
|
33 |
#include "libupnpp/soaphelp.hxx" // for SoapData, SoapArgs
|
33 |
|
34 |
|