Update of /cvsroot/javanetsim/IceScan/icesockets
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16814/icesockets
Modified Files:
cethwrapper.h sock_name.cc sock_types.h
Log Message:
Index: sock_types.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_types.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** sock_types.h 21 Dec 2006 13:59:51 -0000 1.27
--- sock_types.h 21 Dec 2006 18:18:47 -0000 1.28
***************
*** 38,43 ****
#ifdef WIN32
#define __WIN32__
! #undef TRAILING_SLASH
! #define TRAILING_SLASH '\'
#else
--- 38,43 ----
#ifdef WIN32
#define __WIN32__
! #undef TRAILING_SLASH
! #define TRAILING_SLASH '\\'
#else
Index: cethwrapper.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/cethwrapper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cethwrapper.h 21 Dec 2006 16:29:36 -0000 1.1
--- cethwrapper.h 21 Dec 2006 18:18:47 -0000 1.2
***************
*** 10,13 ****
--- 10,14 ----
#include "sock_types.h"
+ #include "sock_utils.h"
#ifdef HAVE_LIBDNET
***************
*** 53,57 ****
return "127.0.0.1";
}
! #elif
//Need to add some code here...
#endif
--- 54,58 ----
return "127.0.0.1";
}
! #else
//Need to add some code here...
#endif
Index: sock_name.cc
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_name.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sock_name.cc 21 Dec 2006 16:29:36 -0000 1.2
--- sock_name.cc 21 Dec 2006 18:18:47 -0000 1.3
***************
*** 99,106 ****
}
- bool islocal(icestring &ip){
-
- }
-
icestring get_source_ip(const icestring &destip, icestring &sourceint){
#ifndef HAVE_LIBDNET
--- 99,102 ----
|