| 819 | } |
| 820 | |
| 821 | void socketMsgDisconnect(xsSocket xss) |
| 822 | { |
| 823 | xsMachine *the = xss->the; |
| 824 | |
| 825 | xsBeginHost(the); |
| 826 | xsCall1(xss->obj, xsID_callback, xsInteger(kSocketMsgDisconnect)); |
| 827 | xsEndHost(the); |
| 828 | } |
| 829 | |
| 830 | void socketMsgError(xsSocket xss) |
| 831 | { |
no outgoing calls
no test coverage detected