| 130 | // more safely |
| 131 | |
| 132 | shared_stream shared_accept(int timeout = -1, bool* etimed = NULL) { |
| 133 | shared_stream ss(accept(timeout, etimed)); |
| 134 | return ss; |
| 135 | } |
| 136 | #endif |
| 137 | |
| 138 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…