Loading codec/c++/sip_codets.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -530,6 +530,14 @@ void UserInfo::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) } } void UserInfo::PostDecode (Buffer& buffer) throw (DecodeError) { if (IsPresent (id_userOrTelephoneSubscriber)) normalise_escaped_string (Get_userOrTelephoneSubscriber()); if (IsPresent (id_password)) normalise_escaped_string (Get_password()); } void HostPort::PreEncodeField (int field_id, Buffer& buffer) throw (EncodeError) { Charstring csColon; Loading @@ -547,14 +555,6 @@ void HostPort::PreEncodeField (int field_id, Buffer& buffer) throw (EncodeError) } } void UserInfo::PostDecode (Buffer& buffer) throw (DecodeError) { if (IsPresent (id_userOrTelephoneSubscriber)) normalise_escaped_string (Get_userOrTelephoneSubscriber()); if (IsPresent (id_password)) normalise_escaped_string (Get_password()); } void HostPort::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_host ("^" SIPREG_HOST); Loading Loading
codec/c++/sip_codets.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -530,6 +530,14 @@ void UserInfo::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) } } void UserInfo::PostDecode (Buffer& buffer) throw (DecodeError) { if (IsPresent (id_userOrTelephoneSubscriber)) normalise_escaped_string (Get_userOrTelephoneSubscriber()); if (IsPresent (id_password)) normalise_escaped_string (Get_password()); } void HostPort::PreEncodeField (int field_id, Buffer& buffer) throw (EncodeError) { Charstring csColon; Loading @@ -547,14 +555,6 @@ void HostPort::PreEncodeField (int field_id, Buffer& buffer) throw (EncodeError) } } void UserInfo::PostDecode (Buffer& buffer) throw (DecodeError) { if (IsPresent (id_userOrTelephoneSubscriber)) normalise_escaped_string (Get_userOrTelephoneSubscriber()); if (IsPresent (id_password)) normalise_escaped_string (Get_password()); } void HostPort::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_host ("^" SIPREG_HOST); Loading