| 17 | } |
| 18 | |
| 19 | WinSys::ProcessInfo* ProcessInfoEx::GetProcessInfo() const { |
| 20 | return _pi; |
| 21 | } |
| 22 | |
| 23 | ProcessAttributes ProcessInfoEx::GetAttributes(const WinSys::ProcessManager& pm) const { |
| 24 | if (_attributes == ProcessAttributes::NotComputed) { |
no outgoing calls
no test coverage detected