diff --git a/src/cas/io/bsdSocket/casStreamIO.cc b/src/cas/io/bsdSocket/casStreamIO.cc index de0aa6a35..1a27a075b 100644 --- a/src/cas/io/bsdSocket/casStreamIO.cc +++ b/src/cas/io/bsdSocket/casStreamIO.cc @@ -10,93 +10,6 @@ // // $Id$ // -// verify connection state prior to doing anything in this file -// -// -// $Log$ -// Revision 1.26 2002/07/13 01:12:28 jhill -// fixed binding to specified interface (broken by R3.14 beta changes) -// -// Revision 1.25 2002/07/12 21:33:37 jba -// Updated license comments. -// -// Revision 1.24 2002/05/29 00:19:31 jhill -// large array modifications -// -// Revision 1.23 2002/02/25 15:19:51 lange -// All HPUX warnings fixed. -// -// Revision 1.22 2001/07/11 23:31:45 jhill -// adapt to new timer API -// -// Revision 1.21 2001/02/16 03:13:27 jhill -// fixed gnu warnings -// -// Revision 1.20 2000/04/28 02:23:34 jhill -// many, many changes -// -// Revision 1.19 1999/09/02 21:50:28 jhill -// o changed UDP to non-blocking IO -// o cleaned up (consolodated) UDP interface class structure -// -// Revision 1.18 1998/12/18 18:58:20 jhill -// fixed warning -// -// Revision 1.17 1998/11/11 01:31:59 jhill -// reduced socket buffer size -// -// Revision 1.16 1998/06/16 02:35:52 jhill -// use aToIPAddr and auto attach to winsock if its a static build -// -// Revision 1.15 1998/05/29 20:08:21 jhill -// use new sock ioctl() typedef -// -// Revision 1.14 1998/02/05 23:12:01 jhill -// use osiSock macros -// -// Revision 1.13 1997/06/30 23:40:50 jhill -// use %p for pointers -// -// Revision 1.12 1997/06/13 09:16:16 jhill -// connect proto changes -// -// Revision 1.11 1997/05/01 19:59:09 jhill -// new header file for ipAddrToA() -// -// Revision 1.10 1997/04/23 17:27:01 jhill -// use matching buffer sizes -// -// Revision 1.9 1997/04/10 19:40:34 jhill -// API changes -// -// Revision 1.8 1997/01/10 00:00:01 jhill -// close() => socket_close() -// -// Revision 1.7.2.1 1996/11/25 16:33:00 jhill -// close() => socket_close() -// -// Revision 1.7 1996/11/22 19:27:04 jhill -// suppressed error msg and returned correct # bytes pending -// -// Revision 1.6 1996/11/02 00:54:46 jhill -// many improvements -// -// Revision 1.5 1996/09/16 18:25:16 jhill -// vxWorks port changes -// -// Revision 1.4 1996/07/24 22:03:36 jhill -// fixed net proto for gnu compiler -// -// Revision 1.3 1996/07/09 22:55:22 jhill -// added cast -// -// Revision 1.2 1996/06/21 02:18:11 jhill -// SOLARIS port -// -// Revision 1.1.1.1 1996/06/20 00:28:19 jhill -// ca server installation -// -// #include "server.h"