X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_mutex_null.h;h=35c1d660a9785761ddc31b15d68287dd3545fba4;hb=f6184c2a9c2245aae802c31c8f3300e1b744359c;hp=614c1cbaa503c1c8d7a2fac456a8a160eb60eb84;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/ETL/_mutex_null.h b/ETL/trunk/ETL/_mutex_null.h index 614c1cb..35c1d66 100644 --- a/ETL/trunk/ETL/_mutex_null.h +++ b/ETL/trunk/ETL/_mutex_null.h @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template and Library ** NULL Mutex Abstraction Class Implementation -** $Id: _mutex_null.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -56,7 +56,7 @@ public: public: lock(mutex_null &x) { } }; - + void lock_mutex(){} bool try_lock_mutex(){return true;} void unlock_mutex(){}