phoneengine/audiohandling/src/cpeaudiodtmftoneplayer.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneengine/audiohandling/src/cpeaudiodtmftoneplayer.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/audiohandling/src/cpeaudiodtmftoneplayer.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -23,7 +23,7 @@
 #include    <utility.h>
 #include    <mdaaudiotoneplayer.h>
 #include    <talogger.h>
-#include    <AudioPreference.h> 
+#include    <AudioPreference.h>
 
 // EXTERNAL DATA STRUCTURES
 // None
@@ -32,7 +32,9 @@
 // None
 
 // CONSTANTS
-const TInt KDtmfSilent = 0;
+// <-- QT PHONE START --> 
+//const TInt KDtmfSilent = 0;
+// <-- QT PHONE END --> 
 const TInt KDtmfPauseAfterTone = 100000;
 const TInt KDtmfToneZero = 0;
 const TInt KBufSize = 10;