Update of /cvsroot/javaprofiler/library/src/setup
In directory usw-pr-cvs1:/tmp/cvs-serv7440/src/setup
Modified Files:
setup.h
Log Message:
sockets used by default since now
Index: setup.h
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/setup/setup.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** setup.h 2001/09/02 20:14:22 1.7
--- setup.h 2001/09/19 18:57:27 1.8
***************
*** 135,139 ****
Com() :
! communType( IProf::COMMUN_SHMEM),
connectMode( 0),
--- 135,139 ----
Com() :
! communType( IProf::COMMUN_SOCKET),
connectMode( 0),
|