Revision: 201003 PDK_3.0.g
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:46:06 +0200
changeset 2 0c844a8549ae
parent 1 bfff372fb1f4
child 6 19f463b3b9b2
child 7 28d386c10882
child 16 ca0ecbd73cb3
Revision: 201003 Kit: 201005
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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h	Tue Feb 02 00:46:06 2010 +0200
@@ -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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp	Tue Feb 02 00:46:06 2010 +0200
@@ -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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVGTPlugin/inc/Svgtplugin.h	Tue Feb 02 00:46:06 2010 +0200
@@ -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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp	Tue Feb 02 00:46:06 2010 +0200
@@ -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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp	Tue Feb 02 00:46:06 2010 +0200
@@ -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 Jan 18 21:03:31 2010 +0200
+++ b/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp	Tue Feb 02 00:46:06 2010 +0200
@@ -19,7 +19,7 @@
 
 #include <eikapp.h>
 #include <aknconsts.h>
-#include <BrowserUiSDKCRKeys.h>
+#include <browseruisdkcrkeys.h>
 
 #include "VolumeKeyListener.h" 
 #include "MRepositoryVolumeObserver.h"