| 809 | } |
| 810 | |
| 811 | void socketMsgConnect(xsSocket xss) |
| 812 | { |
| 813 | xsMachine *the = xss->the; |
| 814 | |
| 815 | xsBeginHost(the); |
| 816 | if (xss->skt) |
| 817 | xsCall1(xss->obj, xsID_callback, xsInteger(kSocketMsgConnect)); |
| 818 | xsEndHost(the); |
| 819 | } |
| 820 | |
| 821 | void socketMsgDisconnect(xsSocket xss) |
| 822 | { |
no outgoing calls
no test coverage detected