| 116 | // ʹ�� c++11 shared_ptr ��ʽ��ÿͻ���������, ����ȫ��ʹ�������� |
| 117 | |
| 118 | shared_stream shared_accept(int timeout = -1, bool* etimed = NULL) { |
| 119 | shared_stream ss(accept(timeout, etimed)); |
| 120 | return ss; |
| 121 | } |
| 122 | #endif |
| 123 | |
| 124 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…