| 839 | |
| 840 | |
| 841 | void CPreferencesRem::SendToRemote() |
| 842 | { |
| 843 | CEC_Prefs_Packet pref_packet(m_exchange_send_selected_prefs, EC_DETAIL_UPDATE, EC_DETAIL_FULL); |
| 844 | m_conn->SendPacket(&pref_packet); |
| 845 | } |
| 846 | |
| 847 | |
| 848 | // Surfaces the EC_OP_FAILED reply from amuled's EC_OP_ADD_LINK handler |
no test coverage detected