? device/Makefile
? device/Umakefil.upp
? device/auddevlib.mak
? device/auddevlib.upp
? device/thumb-rel32
? fixptresampler/Makefile
? fixptresampler/Umakefil.upp
? fixptresampler/thumb-rel32
? fixptutil/Makefile
? fixptutil/Umakefil.upp
? fixptutil/library.mak
? fixptutil/library.upp
? fixptutil/thumb-rel32
? limiter/Makefile
? limiter/Umakefil.upp
? limiter/library.mak
? limiter/library.upp
? limiter/thumb-rel32
? resampler/Makefile
? resampler/Umakefil.upp
? resampler/thumb-rel32
Index: device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp
===================================================================
RCS file: /cvsroot/audio/device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp,v
retrieving revision 1.4
diff -u -r1.4 audio_session-mmf.cpp
--- device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp	28 Jan 2005 23:49:04 -0000	1.4
+++ device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp	24 Feb 2005 01:21:49 -0000
@@ -218,17 +218,17 @@
       m_wantsNotify(false),
     m_lastPlayError(KErrNone),
       m_pStream(NULL),
-    m_pPendingFillBuffer(NULL),
-    m_state(CLOSED),
     m_sampleRate(0),
-    m_cbFrontBufferWritten(0),
     m_cbSample(0),
+    m_state(CLOSED),
+    m_pPendingFillBuffer(NULL),
+    m_cbFrontBufferWritten(0),
     m_samplesWritten(0),
     m_baseSampleCount(0),
     m_unplayedSampleCount(0),
     m_msTimePlayed(0),
-    m_sampleCountResetPending(false),
-    m_msReInitTimePlayed(0)
+    m_msReInitTimePlayed(0),
+    m_sampleCountResetPending(false)
 {
     // add the session to the server
     HX_ASSERT(m_pServer);
