From: Marek P. <ma...@us...> - 2001-08-23 23:57:35
|
Update of /cvsroot/javaprofiler/library/src/main In directory usw-pr-cvs1:/tmp/cvs-serv1062/src/main Modified Files: includes.h Log Message: shared memory implementation; java client and dynamic library can now communicate thru sockets or shmem; main README completely rewritten; new classes - for shared memory, semaphores etc.; java native class CommunShMem implementation Index: includes.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/main/includes.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** includes.h 2001/08/09 23:22:55 1.20 --- includes.h 2001/08/23 23:57:31 1.21 *************** *** 70,73 **** --- 70,74 ---- #include "../commun3/semaphore.h" #include "../commun3/sharedMemory.h" + #include "../delay/delay.h" #include "../list/refCount.h" |