upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h
branchRCL_3
changeset 29 5c72fd91570d
parent 0 f5a58ecadc66
child 30 594d15129e2c
equal deleted inserted replaced
7:8116cc943311 29:5c72fd91570d
    18 
    18 
    19 #ifndef C_CUPNPDEVICEDESCRIPTIONSTORE_H
    19 #ifndef C_CUPNPDEVICEDESCRIPTIONSTORE_H
    20 #define C_CUPNPDEVICEDESCRIPTIONSTORE_H
    20 #define C_CUPNPDEVICEDESCRIPTIONSTORE_H
    21 
    21 
    22 #include <e32base.h> 
    22 #include <e32base.h> 
    23 #include <xmlengdom.h> 
    23 #include <xml/dom/xmlengdom.h> 
    24 #include <xmlengdocument.h>
    24 #include <xml/dom/xmlengdocument.h>
    25 #include <xmlengdomparser.h>
    25 #include <xml/dom/xmlengdomparser.h>
    26 #include <upnpicon.h>
    26 #include <upnpicon.h>
    27 
    27 
    28 class CUpnpDevice;
    28 class CUpnpDevice;
    29 
    29 
    30 const TInt KMinSpaceToWriteDescription = 204800;
    30 const TInt KMinSpaceToWriteDescription = 204800;