From: <de...@us...> - 2004-03-06 12:26:49
|
Update of /cvsroot/rtk/rtk/rtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8420 Modified Files: Mutex.h Log Message: Small change - beautified code. Index: Mutex.h =================================================================== RCS file: /cvsroot/rtk/rtk/rtk/Mutex.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Mutex.h 21 Feb 2004 10:06:53 -0000 1.2 --- Mutex.h 6 Mar 2004 12:04:06 -0000 1.3 *************** *** 32,37 **** ***** * Authors (chronological order): ! * Mikko Lahteenmaki, mikko§rtk.cx ! * Dejan Lekic, dejan§rtk.cx * Contributors (chronological order): * $fname $lname, $email --- 32,37 ---- ***** * Authors (chronological order): ! * Mikko Lahteenmaki, mikkortk.cx ! * Dejan Lekic, dejanrtk.cx * Contributors (chronological order): * $fname $lname, $email *************** *** 81,87 **** CRITICAL_SECTION _cs; #else ! pthread_mutex_t _cs; ! pthread_t _owner; ! int _recursive_counter; #endif // _WIN32 --- 81,87 ---- CRITICAL_SECTION _cs; #else ! pthread_mutex_t _cs; ! pthread_t _owner; ! int _recursive_counter; #endif // _WIN32 |