| 1271 | */ |
| 1272 | template <typename C, typename T> |
| 1273 | inline |
| 1274 | basic_pstreambuf<C,T>::~basic_pstreambuf() |
| 1275 | { |
| 1276 | close(); |
| 1277 | } |
| 1278 | |
| 1279 | /** |
| 1280 | * Starts a new process by passing @a command to the shell (/bin/sh) |
nothing calls this directly
no outgoing calls
no test coverage detected