From: Patrik Gornicz Date: Mon, 18 May 2009 05:35:40 +0000 (-0400) Subject: renamed Mutex to a lock (does not compile) X-Git-Tag: libbear-premerge~90 X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=932c0881aa589a76f83f2a890b15ef8679f40f71;p=libbear.git renamed Mutex to a lock (does not compile) --- diff --git a/inc/Mutex.h b/inc/Lock.h similarity index 100% rename from inc/Mutex.h rename to inc/Lock.h diff --git a/src/locks/Mutex.cpp b/src/locks/Lock.cpp similarity index 100% rename from src/locks/Mutex.cpp rename to src/locks/Lock.cpp