| 823 | } |
| 824 | |
| 825 | bool AFCEntity::AddCustomWString(const std::string& name, const std::wstring& value) |
| 826 | { |
| 827 | return false; |
| 828 | } |
| 829 | |
| 830 | bool AFCEntity::AddCustomGUID(const std::string& name, const AFGUID& value) |
| 831 | { |
nothing calls this directly
no outgoing calls
no test coverage detected