| 1324 | { |
| 1325 | public: |
| 1326 | explicit SolarisProcessInfo(int pid) |
| 1327 | : UnixProcessInfo(pid) |
| 1328 | { |
| 1329 | } |
| 1330 | |
| 1331 | protected: |
| 1332 | // FIXME: This will have the same issues as BKO 251351; the Linux |
nothing calls this directly
no outgoing calls
no test coverage detected