| 21 | namespace debugviewpp { |
| 22 | |
| 23 | InternalProcessProperties::InternalProcessProperties() : |
| 24 | pid(0) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | InternalProcessProperties::InternalProcessProperties(DWORD pid, const std::wstring& name, COLORREF color) : |
| 29 | pid(pid), name(name), color(color) |
nothing calls this directly
no outgoing calls
no test coverage detected