MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TcpServerDestroy

Function TcpServerDestroy

source/tcpcon.cpp:75–81  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

73}
74//---------------------------------------------------------------------------
75void TcpServerDestroy(void)
76{
77 delete tcp;
78 tcp = NULL;
79 delete tcp_cons;
80 tcp_cons = NULL;
81}
82//---------------------------------------------------------------------------
83void TcpServerStart(void)
84{

Callers 1

FormDestroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected