| 184 | } |
| 185 | |
| 186 | void WriteMetaDataSearchParam(const wxString& rstrValue) |
| 187 | { |
| 188 | m_data->WriteUInt8(1); // string parameter type |
| 189 | m_data->WriteString(rstrValue, m_eStrEncode); // string value |
| 190 | } |
| 191 | |
| 192 | void WriteMetaDataSearchParam(uint8 uMetaTagID, const wxString& rstrValue) |
| 193 | { |
no test coverage detected