]> granicus.if.org Git - icinga2/commit
Implemented Lock class.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 17 May 2012 18:34:51 +0000 (20:34 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 18 May 2012 08:15:15 +0000 (10:15 +0200)
commit7f381149dcff8bf6cb1f8abb2953a5b118e456bf
treec0c2a58ce3758582a868ce079df2efde481a490c
parentdf4c8b9baef9089b7fdb7e3d7a9730c843da0d25
Implemented Lock class.
base/Makefile.am
base/base.vcxproj
base/condvar.cpp
base/condvar.h
base/i2-base.h
base/lock.cpp [new file with mode: 0644]
base/lock.h [new file with mode: 0644]
base/object.h
base/observable.h [new file with mode: 0644]