"Nokia submits this code under the terms of a commercial contribution agreement with Real Networks, and I am authorized to contribute this code under said agreement." Modified by: girish.she...@nokia.com Reviewed by: Date: 11/10/2009 Project: phonon_backend ErrorId: N/A Synopsis: Making Symban Foundation specific changes for replacing backward slashes with forward slashes Overview: For SF, we will have to replace backward slashes used in path by forward slashes Files modified: /cvsroot/audio/device/test/platform/symbian/greg2/src/Greg2Container.cpp,v /cvsroot/client/encodesvc/common/system/pub/hxtthread.h,v /cvsroot/common/import/stlport/BC50/limits.h,v Files added: None Image Size and Heap Use impact: None. Module Release testing (STIF) : N/A Test case(s) Added : No Memory leak check performed : Yes Platforms and Profiles Build Verified: helix-client-s60-52-ng Platforms and Profiles Functionality verified: armv5, winscw Branch: HEAD, BRIZO Diff:
Index: audio/device/test/platform/symbian/greg2/src/Greg2Container.cpp =================================================================== RCS file: /cvsroot/audio/device/test/platform/symbian/greg2/src/Greg2Container.cpp,v retrieving revision 1.1 diff -u -b -r1.1 Greg2Container.cpp --- audio/device/test/platform/symbian/greg2/src/Greg2Container.cpp 9 Jan 2003 01:42:49 -0000 1.1 +++ audio/device/test/platform/symbian/greg2/src/Greg2Container.cpp 10 Nov 2009 18:32:42 -0000 @@ -15,7 +15,7 @@ #include <eiklabel.h> // for example label control #include <mdaaudiooutputstream.h> //For audio stream stuff. -#include <Mda\Common\Audio.h> //For TMdaAudioDataSettings. +#include <Mda/Common/Audio.h> //For TMdaAudioDataSettings. Index: client/encodesvc/common/system/pub/hxtthread.h =================================================================== RCS file: /cvsroot/client/encodesvc/common/system/pub/hxtthread.h,v retrieving revision 1.2 diff -u -b -r1.2 hxtthread.h --- client/encodesvc/common/system/pub/hxtthread.h 13 Sep 2007 16:39:42 -0000 1.2 +++ client/encodesvc/common/system/pub/hxtthread.h 10 Nov 2009 18:32:48 -0000 @@ -51,8 +51,8 @@ // case of windows using WinThreads #if defined(_WIN32) -#include "..\platform\win32\hxtwinthread.h" -#include "..\hxtmutexlock.h" +#include "../platform/win32/hxtwinthread.h" +#include "../hxtmutexlock.h" Index: common/import/stlport/BC50/limits.h =================================================================== RCS file: /cvsroot/common/import/stlport/BC50/limits.h,v retrieving revision 1.1.1.1 diff -u -b -r1.1.1.1 limits.h --- common/import/stlport/BC50/limits.h 18 Oct 2002 01:43:35 -0000 1.1.1.1 +++ common/import/stlport/BC50/limits.h 10 Nov 2009 18:33:26 -0000 @@ -21,10 +21,10 @@ // include BC native <limits.h> -#include <..\climits.> +#include <../climits.> #ifndef __IN_STLPORT_CLIMITS -# include <..\limits.> +# include <../limits.> #endif // Local Variables:
_______________________________________________ Audio-dev mailing list Audio-dev@helixcommunity.org http://lists.helixcommunity.org/mailman/listinfo/audio-dev