From: Marek P. <ma...@us...> - 2001-09-19 18:57:30
|
Update of /cvsroot/javaprofiler/library/src2 In directory usw-pr-cvs1:/tmp/cvs-serv7440/src2 Modified Files: IProf.java Log Message: sockets used by default since now Index: IProf.java =================================================================== RCS file: /cvsroot/javaprofiler/library/src2/IProf.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** IProf.java 2001/09/02 20:14:22 1.7 --- IProf.java 2001/09/19 18:57:27 1.8 *************** *** 54,58 **** public IProf() { ! this( new CommunSetupShMem()); } --- 54,58 ---- public IProf() { ! this( new CommunSetupSocket()); } |