|
a/libupnpp/device/vdir.cxx |
|
b/libupnpp/device/vdir.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"
|
17 |
#include "vdir.hxx"
|
18 |
|
18 |
|
19 |
#include <sys/types.h>
|
19 |
#include <string.h> // for memcpy
|
20 |
#include <memory.h>
|
20 |
#include <sys/types.h> // for off_t
|
21 |
#include <iostream>
|
21 |
#include <upnp/ixml.h> // for ixmlCloneDOMString
|
|
|
22 |
#include <upnp/upnp.h> // for File_Info, etc
|
22 |
|
23 |
|
23 |
#include <upnp/upnp.h>
|
24 |
#include <iostream> // for endl, basic_ostream, etc
|
|
|
25 |
#include <utility> // for pair
|
24 |
|
26 |
|
25 |
#include "libupnpp/upnpp_p.hxx"
|
27 |
#include "libupnpp/log.hxx" // for LOGERR
|
26 |
#include "libupnpp/log.hxx"
|
28 |
#include "libupnpp/upnpp_p.hxx" // for path_getfather, etc
|
27 |
#include "vdir.hxx"
|
|
|
28 |
|
29 |
|
29 |
using namespace std;
|
30 |
using namespace std;
|
30 |
using namespace UPnPP;
|
31 |
using namespace UPnPP;
|
31 |
|
32 |
|
32 |
namespace UPnPProvider {
|
33 |
namespace UPnPProvider {
|