Update of /cvsroot/javaprofiler/library/demo/01
In directory usw-pr-cvs1:/tmp/cvs-serv7440/demo/01
Modified Files:
Test.java
Log Message:
sockets used by default since now
Index: Test.java
===================================================================
RCS file: /cvsroot/javaprofiler/library/demo/01/Test.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Test.java 2001/09/02 20:14:21 1.2
--- Test.java 2001/09/19 18:57:27 1.3
***************
*** 98,102 ****
// initialize and start communication
! // shared memory is used by default
iprof = new IProf();
iprof.run();
--- 98,102 ----
// initialize and start communication
! // sockets are used by default
iprof = new IProf();
iprof.run();
|