| 119 | virtual void SetInt32(int32_t value) {} |
| 120 | virtual void SetUInt32(uint32_t value) {} |
| 121 | virtual void SetWString(const std::wstring& value) {} |
| 122 | virtual void SetObject(const AFGUID& guid) {} |
| 123 | |
| 124 | // other handle |
nothing calls this directly
no outgoing calls
no test coverage detected