[Javanetsim-cvs] IceScan/icesockets csocket.h, 1.9, 1.10 sock_types.h, 1.6, 1.7
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-14 13:42:10
|
Update of /cvsroot/javanetsim/IceScan/icesockets In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25064/icesockets Modified Files: csocket.h sock_types.h Log Message: no message Index: sock_types.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_types.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** sock_types.h 13 Dec 2006 14:56:10 -0000 1.6 --- sock_types.h 14 Dec 2006 13:42:06 -0000 1.7 *************** *** 2,5 **** --- 2,6 ---- #define ICESOCK_SOCK_TYPES_H + #include <string> #include <iostream> //for std #include <sys/types.h> Index: csocket.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icesockets/csocket.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** csocket.h 14 Dec 2006 05:21:41 -0000 1.9 --- csocket.h 14 Dec 2006 13:42:06 -0000 1.10 *************** *** 213,217 **** // hints.ai_socktype = type; - std::cout << "!!!!" << std::endl; // if( getaddrinfo(hostname, cport, &hints, &res) != 0 ) // return sockerror("getaddrinfo"); --- 213,216 ---- |