201021_1
authorhgs
Wed, 02 Jun 2010 00:44:09 +0530
changeset 18 37ed6404d26c
parent 17 d1c5c1da9271
child 19 b9e36322dee2
201021_1
upnp/upnpstack/serviceframework/src/upnpdeviceimplementation.cpp
upnp/upnpstack/serviceframework/src/upnpdeviceimplementationbase.cpp
upnp/upnpstack/serviceframework/src/upnpsilentdeviceimplementation.cpp
upnp/upnpstack/upnputils/src/upnpdominterface.cpp
upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h
upnp/upnpstack_plat/upnp_utils_api/inc/upnpdominterface.h
--- a/upnp/upnpstack/serviceframework/src/upnpdeviceimplementation.cpp	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack/serviceframework/src/upnpdeviceimplementation.cpp	Wed Jun 02 00:44:09 2010 +0530
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include <upnpdevicedescriptionstore.h>
 #include "upnpfileutils.h"
--- a/upnp/upnpstack/serviceframework/src/upnpdeviceimplementationbase.cpp	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack/serviceframework/src/upnpdeviceimplementationbase.cpp	Wed Jun 02 00:44:09 2010 +0530
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include "upnpfileutils.h"
 #include "upnpicon.h"
--- a/upnp/upnpstack/serviceframework/src/upnpsilentdeviceimplementation.cpp	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack/serviceframework/src/upnpsilentdeviceimplementation.cpp	Wed Jun 02 00:44:09 2010 +0530
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include <upnpdevicedescriptionstore.h>
 #include "upnpfileutils.h"
--- a/upnp/upnpstack/upnputils/src/upnpdominterface.cpp	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack/upnputils/src/upnpdominterface.cpp	Wed Jun 02 00:44:09 2010 +0530
@@ -30,9 +30,9 @@
 #include "upnpcustomlog.h"
 
 
-#include <xmlengdom.h>
-#include <xmlengdocument.h>
-#include <xmlengserializationoptions.h>
+#include <xml/dom/xmlengdom.h>
+#include <xml/dom/xmlengdocument.h>
+#include <xml/dom/xmlengserializationoptions.h>
 
 
 
--- a/upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h	Wed Jun 02 00:44:09 2010 +0530
@@ -20,9 +20,9 @@
 #define C_CUPNPDEVICEDESCRIPTIONSTORE_H
 
 #include <e32base.h> 
-#include <xmlengdom.h> 
-#include <xmlengdocument.h>
-#include <xmlengdomparser.h>
+#include <xml/dom/xmlengdom.h> 
+#include <xml/dom/xmlengdocument.h>
+#include <xml/dom/xmlengdomparser.h>
 #include <upnpicon.h>
 
 class CUpnpDevice;
--- a/upnp/upnpstack_plat/upnp_utils_api/inc/upnpdominterface.h	Wed Jun 02 00:09:36 2010 +0530
+++ b/upnp/upnpstack_plat/upnp_utils_api/inc/upnpdominterface.h	Wed Jun 02 00:44:09 2010 +0530
@@ -26,7 +26,7 @@
 #include <f32file.h>
 #include <s32file.h>
 #include <utf.h>
-#include <xmlengdom.h>
+#include <xml/dom/xmlengdom.h>
 
 namespace UpnpDomInterface
     {