Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun
In directory usw-pr-cvs1:/tmp/cvs-serv17088/net/sourceforge/javaprofiler/jpiimpl/commun
Modified Files:
CommunShMem.java
Log Message:
shared memory fix
Index: CommunShMem.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/CommunShMem.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CommunShMem.java 2001/11/21 22:05:55 1.2
--- CommunShMem.java 2002/01/26 10:25:39 1.3
***************
*** 77,86 ****
protected native void finalize();
! /** Initialization of communication. This method does nothing,
! ** it always returns true.
**
! ** @return true (ok, initialized) */
! public boolean initialize() { return true;}
/** Read data. This method is used to read data
--- 77,86 ----
protected native void finalize();
! /** Initialization of communication.
**
! ** @return true (ok, initialized);
! ** false (initialization failed) */
! public native boolean initialize();
/** Read data. This method is used to read data
|