phoneapp/phoneuivoipextension/src/cphonestatealertingvoip.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDES
    19 // INCLUDES
    20 // <-- QT PHONE START -->
       
    21 //#include <bmbubblemanager.h>
       
    22 // <-- QT PHONE END -->
       
    23 #include <mpeengineinfo.h>
    20 #include <mpeengineinfo.h>
    24 
    21 
    25 #include "cphonestatealertingvoip.h"
    22 #include "cphonestatealertingvoip.h"
    26 #include "phonelogger.h"
    23 #include "phonelogger.h"
    27 #include "mphonestatemachine.h"
    24 #include "mphonestatemachine.h"
   115     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   112     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   116         "CPhoneStateAlertingVoIP::HandleConnectedL() ");
   113         "CPhoneStateAlertingVoIP::HandleConnectedL() ");
   117 
   114 
   118     if( iStateMachine->PhoneEngineInfo()->CallType( aCallId ) == EPECallTypeVoIP )
   115     if( iStateMachine->PhoneEngineInfo()->CallType( aCallId ) == EPECallTypeVoIP )
   119         {
   116         {
   120 // <-- QT PHONE START --> 
       
   121         SetCallHeaderType( EPECallTypeVoIP );
   117         SetCallHeaderType( EPECallTypeVoIP );
   122 // <-- QT PHONE END -->             
       
   123         }
   118         }
   124 
   119 
   125     CPhoneAlerting::HandleConnectedL( aCallId );        
   120     CPhoneAlerting::HandleConnectedL( aCallId );        
   126     }
   121     }
   127 
   122