From: <de...@us...> - 2004-03-09 16:31:13
|
Update of /cvsroot/rtk/rtk/src/core/platform/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25241/src/core/platform/linux Modified Files: Mutex.cpp Log Message: Just a test from KDevelop Index: Mutex.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/platform/linux/Mutex.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Mutex.cpp 9 Mar 2004 16:04:50 -0000 1.4 --- Mutex.cpp 9 Mar 2004 16:05:59 -0000 1.5 *************** *** 85,89 **** void Mutex::Unlock() { ! if(--recursive_counter == 0) pthread_mutex_unlock(&_cs); #if _DEBUG --- 85,89 ---- void Mutex::Unlock() { ! if (--recursive_counter == 0) pthread_mutex_unlock(&_cs); #if _DEBUG |