=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/tcpf.c,v retrieving revision 1.18 retrieving revision 1.22 diff -u -p -r1.18 -r1.22 --- OpenXM_contrib2/asir2000/io/tcpf.c 2000/11/13 03:36:03 1.18 +++ OpenXM_contrib2/asir2000/io/tcpf.c 2000/12/05 01:24:55 1.22 @@ -44,9 +44,8 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2000/io/tcpf.c,v 1.17 2000/11/08 06:21:17 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/tcpf.c,v 1.21 2000/11/15 09:18:01 noro Exp $ */ -#if INET #include "ca.h" #include "parse.h" #include "com.h" @@ -59,7 +58,7 @@ #if defined(VISUAL) #include -#include +#include #include #endif @@ -1167,7 +1166,6 @@ Q *rp; ox_send_cmd(m_c_tab[index].c,ui); *rp = 0; } -#endif void shutdown_all() { int s; @@ -1181,6 +1179,9 @@ void shutdown_all() { continue; s = m_c_tab[index].m; ox_send_cmd(s,SM_shutdown); +#if defined(VISUAL) + Sleep(1000); +#endif free_iofp(s); #if !defined(VISUAL) s = m_c_tab[index].c;