phoneengine/audiohandling/src/cpeaudiodtmftoneplayer.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 23 40a3f856b14d
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    21 #include    "cpeaudiodtmftoneplayer.h"
    21 #include    "cpeaudiodtmftoneplayer.h"
    22 #include    "pepanic.pan"
    22 #include    "pepanic.pan"
    23 #include    <utility.h>
    23 #include    <utility.h>
    24 #include    <mdaaudiotoneplayer.h>
    24 #include    <mdaaudiotoneplayer.h>
    25 #include    <talogger.h>
    25 #include    <talogger.h>
    26 #include    <AudioPreference.h> 
    26 #include    <AudioPreference.h>
    27 
    27 
    28 // EXTERNAL DATA STRUCTURES
    28 // EXTERNAL DATA STRUCTURES
    29 // None
    29 // None
    30 
    30 
    31 // EXTERNAL FUNCTION PROTOTYPES  
    31 // EXTERNAL FUNCTION PROTOTYPES  
    32 // None
    32 // None
    33 
    33 
    34 // CONSTANTS
    34 // CONSTANTS
    35 
       
    36 const TInt KDtmfPauseAfterTone = 45000;
    35 const TInt KDtmfPauseAfterTone = 45000;
    37 const TInt KDtmfToneZero = 0;
    36 const TInt KDtmfToneZero = 0;
    38 const TInt KBufSize = 10;
    37 const TInt KBufSize = 10;
    39 _LIT( KPhoneTone_Asterisk, "*+w" );
    38 _LIT( KPhoneTone_Asterisk, "*+w" );
    40 
    39