? device/Makefile
? device/Umakefil.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
? 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.1.2.3
diff -u -r1.1.2.3 audio_session-mmf.cpp
--- device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp	28 Jan 2005 23:37:35 -0000	1.1.2.3
+++ device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp	18 Feb 2005 16:20:43 -0000
@@ -161,6 +161,7 @@
 const char * StringifyKErr(TInt err) { return 0; }
 #endif
 
+#ifdef FLAG_TO_NUMBER   //define FLAG2NUMBER if FlagToNumber functions is going to be used
 static TInt FlagToNumber(TMMFSampleRate flag)
 {
     switch( flag )
@@ -185,6 +186,7 @@
     HX_ASSERT(false);
     return 0;
 }
+#endif
 
 static TMMFSampleRate NumberToFlag(TInt num)
 {
