phonesrv_plat/call_information_api/tsrc/src/MT_CallInformation.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    20 #ifdef __WINSCW__
    20 #ifdef __WINSCW__
    21 #include "CPhoneEngineCreator.h"
    21 #include "CPhoneEngineCreator.h"
    22 #include "CPEMessageWaiter.h"
    22 #include "CPEMessageWaiter.h"
    23 #endif
    23 #endif
    24 
    24 
    25 #include <eunitmacros.h>
    25 #include <EUnitMacros.h>
    26 #include <eunitdecorators.h>
    26 #include <EUnitDecorators.h>
    27 
    27 
    28 #include <etelmm.h>
    28 #include <etelmm.h>
    29 
    29 
    30 #include <mmtsy_names.h>
    30 #include <mmtsy_names.h>
    31 #include <mcall.h>
    31 #include <MCall.h>
    32 #include <ccallinfoiter.h>
    32 #include <ccallinfoiter.h>
    33 #include <cphcltemergencycall.h>
    33 #include <CPhCltEmergencyCall.h>
    34 #include <mphcltemergencycallobserver.h>
    34 #include <MPhCltEmergencyCallObserver.h>
    35 #include <cphcltcommandhandler.h>
    35 #include <CPhCltCommandHandler.h>
    36 
    36 
    37 //Speaking clock number when calling from NTN network.
    37 //Speaking clock number when calling from NTN network.
    38 _LIT (KNumber, "99901");     
    38 _LIT (KNumber, "99901");     
    39 _LIT( KEmergencyNumber, "112" );
    39 _LIT( KEmergencyNumber, "112" );
    40 _LIT( KOtherNumber, "99999" );
    40 _LIT( KOtherNumber, "99999" );