Revision: 201017
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:45:42 +0300
changeset 21 4c62338e03c8
parent 19 df65ec4f2d28
child 23 09462dc15818
child 26 796196dd6e68
child 32 5cc7cc9a1c87
Revision: 201017 Kit: 201019
svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h
svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp
svgtopt/SVGTPlugin/inc/Svgtplugin.h
svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp
svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp
svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp
--- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h	Fri May 14 16:45:42 2010 +0300
@@ -28,8 +28,8 @@
 #include "SVGAttributeVerifier.h"
 #include "SVGErrorImpl.h"
 
-#include "MXMLAttributes.h"
-#include "MXMLContentHandler.h"
+#include "mxmlattributes.h"
+#include "mxmlcontenthandler.h"
 
 #include "SVGSchemaData.h"
 #include "SVGDocumentImpl.h"
--- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp	Fri May 14 16:45:42 2010 +0300
@@ -26,7 +26,7 @@
 
 #include "SVGUseElementImpl.h"
 #include "SVGAnimationElementImpl.h"
-#include "RXMLReader.h"
+#include "rxmlreader.h"
 
 #include "SVGPaintCssValueImpl.h"
 #include "SVGPathElementImpl.h"
--- a/svgtopt/SVGTPlugin/inc/Svgtplugin.h	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVGTPlugin/inc/Svgtplugin.h	Fri May 14 16:45:42 2010 +0300
@@ -33,9 +33,9 @@
 #include "SVGListener.h"
 
 #include <npupp.h>
-#include <PluginAdapterInterface.h>
+#include <pluginadapterinterface.h>
 
-#include <CEcomBrowserPluginInterface.h>
+#include <cecombrowserplugininterface.h>
 
 #include "MRepositoryVolumeObserver.h"
 
--- a/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp	Fri May 14 16:45:42 2010 +0300
@@ -23,7 +23,7 @@
 #include "RepositoryVolumeListener.h"
 //#include <SharedDataKeys.h> //include this file when KSDUidMediaVolumeControl and KMediaVolume will be needed
 //#include "epocdebug.h"
-#include <BrowserUiSDKCRKeys.h>
+#include <browseruisdkcrkeys.h>
 #include "MRepositoryVolumeObserver.h"
 
 CRepositoryVolumeListener* CRepositoryVolumeListener::NewL(MRepositoryVolumeObserver* aObserver)
--- a/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp	Fri May 14 16:45:42 2010 +0300
@@ -20,7 +20,7 @@
 
 
 #include <implementationproxy.h>
-#include <CEcomBrowserPluginInterface.h>
+#include <cecombrowserplugininterface.h>
 /***************************************************/
 /**********ECOM STYLE SVGT PLUGIN ENTRY POINTS******/
 /***************************************************/
--- a/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp	Mon May 03 13:22:17 2010 +0300
+++ b/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp	Fri May 14 16:45:42 2010 +0300
@@ -19,7 +19,7 @@
 
 #include <eikapp.h>
 #include <aknconsts.h>
-#include <BrowserUiSDKCRKeys.h>
+#include <browseruisdkcrkeys.h>
 
 #include "VolumeKeyListener.h" 
 #include "MRepositoryVolumeObserver.h"