| 942 | } |
| 943 | |
| 944 | hstcpsvr_worker_ptr |
| 945 | hstcpsvr_worker_i::create(const hstcpsvr_worker_arg& arg) |
| 946 | { |
| 947 | return hstcpsvr_worker_ptr(new hstcpsvr_worker(arg)); |
| 948 | } |
| 949 | |
| 950 | }; |
| 951 |
nothing calls this directly
no outgoing calls
no test coverage detected