From: Marek P. <ma...@us...> - 2002-01-26 10:38:28
|
Update of /cvsroot/javaprofiler/library/src2 In directory usw-pr-cvs1:/tmp/cvs-serv19108/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.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** CommunShMem.cpp 2002/01/26 10:34:47 1.7 --- CommunShMem.cpp 2002/01/26 10:38:25 1.8 *************** *** 99,102 **** --- 99,103 ---- int checkServer(); + public: |