From: Marek P. <ma...@us...> - 2002-01-26 10:34:50
|
Update of /cvsroot/javaprofiler/library/src2 In directory usw-pr-cvs1:/tmp/cvs-serv18501/src2 Modified Files: CommunShMem.cpp Log Message: shared memory communication for linux fixed Index: CommunShMem.cpp =================================================================== RCS file: /cvsroot/javaprofiler/library/src2/CommunShMem.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** CommunShMem.cpp 2002/01/26 10:19:43 1.6 --- CommunShMem.cpp 2002/01/26 10:34:47 1.7 *************** *** 37,43 **** #include "../src/commun3/sharedMemory.h" - #include <iostream.h> - #include <stdio.h> - /** JNI implementation of shared memory communication. This class is ** used by native methods of Java CommunShMem class. It contains --- 37,40 ---- *************** *** 53,60 **** public: ! /// semaphore (exclusive access to shared memory) Semaphore sem1; ! /// semaphore (synchronization) Semaphore sem2; --- 50,57 ---- public: ! /// semaphore Semaphore sem1; ! /// semaphore Semaphore sem2; |