X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_mutex_null.h;h=6c0d21e05594a8486fe26168c6fab2f26cd357fc;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;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..6c0d21e 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. ** @@ -54,9 +54,9 @@ public: class lock { public: - lock(mutex_null &x) { } + lock(mutex_null &/*x*/) { } }; - + void lock_mutex(){} bool try_lock_mutex(){return true;} void unlock_mutex(){}