# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1270065804 -10800 # Node ID 95afc90a94ae3456fef88694b0a653fbfa951b6c # Parent 81aabfdef1e5d0f330fd2dd80c162c061107bc3d Revision: 201012 Kit: 201013 diff -r 81aabfdef1e5 -r 95afc90a94ae package_definition.xml --- a/package_definition.xml Mon Mar 15 12:43:30 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h --- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Wed Mar 31 23:03:24 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" diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp --- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Wed Mar 31 23:03:24 2010 +0300 @@ -26,7 +26,7 @@ #include "SVGUseElementImpl.h" #include "SVGAnimationElementImpl.h" -#include "rxmlreader.h" +#include "RXMLReader.h" #include "SVGPaintCssValueImpl.h" #include "SVGPathElementImpl.h" diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVGTPlugin/inc/Svgtplugin.h --- a/svgtopt/SVGTPlugin/inc/Svgtplugin.h Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVGTPlugin/inc/Svgtplugin.h Wed Mar 31 23:03:24 2010 +0300 @@ -33,9 +33,9 @@ #include "SVGListener.h" #include -#include +#include -#include +#include #include "MRepositoryVolumeObserver.h" diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp --- a/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Wed Mar 31 23:03:24 2010 +0300 @@ -23,7 +23,7 @@ #include "RepositoryVolumeListener.h" //#include //include this file when KSDUidMediaVolumeControl and KMediaVolume will be needed //#include "epocdebug.h" -#include +#include #include "MRepositoryVolumeObserver.h" CRepositoryVolumeListener* CRepositoryVolumeListener::NewL(MRepositoryVolumeObserver* aObserver) diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp --- a/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Wed Mar 31 23:03:24 2010 +0300 @@ -20,7 +20,7 @@ #include -#include +#include /***************************************************/ /**********ECOM STYLE SVGT PLUGIN ENTRY POINTS******/ /***************************************************/ diff -r 81aabfdef1e5 -r 95afc90a94ae svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp --- a/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Mon Mar 15 12:43:30 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Wed Mar 31 23:03:24 2010 +0300 @@ -19,7 +19,7 @@ #include #include -#include +#include #include "VolumeKeyListener.h" #include "MRepositoryVolumeObserver.h"