multimediacommsengine/mmcesrv/mmceserver/src/mcesipsession.cpp
branchRCL_3
changeset 46 4da1f672912e
parent 45 3f7c7e6eea8a
equal deleted inserted replaced
45:3f7c7e6eea8a 46:4da1f672912e
  2044 // 	       
  2044 // 	       
  2045 void CMceSipSession::Updated( CMceComSession& aSession )
  2045 void CMceSipSession::Updated( CMceComSession& aSession )
  2046     {
  2046     {
  2047     MCESRV_DEBUG("CMceSipSession::Updated, Entry");
  2047     MCESRV_DEBUG("CMceSipSession::Updated, Entry");
  2048     
  2048     
  2049     __ASSERT_ALWAYS( &aSession == iBody || &aSession == iNewBodyCandidate, 
  2049     
       
  2050     __ASSERT_ALWAYS( &aSession == &( ActiveBody() ) || &aSession == iNewBodyCandidate, 
  2050         User::Panic( KMceServerPanic, KErrArgument ) );
  2051         User::Panic( KMceServerPanic, KErrArgument ) );
  2051     
  2052 		
       
  2053 		    
  2052     TMceStateTransitionEvent event( *this, EMceMediaUpdated );
  2054     TMceStateTransitionEvent event( *this, EMceMediaUpdated );
  2053     TRAPD( error, iStateMachine->ProcessL( event ) );
  2055     TRAPD( error, iStateMachine->ProcessL( event ) );
  2054     if ( error != KErrNone )
  2056     if ( error != KErrNone )
  2055         {
  2057         {
  2056         MCESRV_DEBUG_DVALUE("Updated: state machine causes ERROR", error );
  2058         MCESRV_DEBUG_DVALUE("Updated: state machine causes ERROR", error );