equal
deleted
inserted
replaced
753 } |
753 } |
754 |
754 |
755 return action; |
755 return action; |
756 } |
756 } |
757 |
757 |
|
758 // ----------------------------------------------------------------------------- |
|
759 // CMceComCodec::MccRequireSignalling |
|
760 // ----------------------------------------------------------------------------- |
|
761 // |
|
762 TInt CMceComCodec::MccRequireSignalling( |
|
763 const CMceSrvStream& aOldStream, |
|
764 const CMceSrvStream& aCurrentStream, |
|
765 const CMccCodecInformation& aMccCurentCodec, |
|
766 const CMccCodecInformation& aMccUpdateCodec ) const |
|
767 { |
|
768 TInt action = KMceRequiresSignalling; |
|
769 |
|
770 if ( !aMccCurentCodec.RequireSignalling( aMccUpdateCodec ) ) |
|
771 { |
|
772 action = DoMccRequireSignalling( aOldStream, aCurrentStream, aMccCurentCodec, aMccUpdateCodec ); |
|
773 } |
|
774 |
|
775 return action; |
|
776 } |
|
777 |
758 |
778 |
759 // ----------------------------------------------------------------------------- |
779 // ----------------------------------------------------------------------------- |
760 // CMceComCodec::SetState |
780 // CMceComCodec::SetState |
761 // ----------------------------------------------------------------------------- |
781 // ----------------------------------------------------------------------------- |
762 // |
782 // |