]> git.mxchange.org Git - simgear.git/commit
DeletionManager
authorTim Moore <timoore33@gmail.com>
Fri, 3 Aug 2012 15:15:15 +0000 (17:15 +0200)
committerTim Moore <timoore33@gmail.com>
Fri, 3 Aug 2012 18:10:53 +0000 (20:10 +0200)
commit78a78a17ccfecf58fd9651b0e1de001d86d6d19c
tree1ae41602b925038484ddba1e50106a3486333e4f
parente202d4e4a516b802b96dc75b1172b74f75fcce1a
DeletionManager

Class for safely deleting objects that may be active in different threads.
This is now used in the implementation of spin animations.
simgear/scene/model/animation.cxx
simgear/scene/util/CMakeLists.txt
simgear/scene/util/DeletionManager.cxx [new file with mode: 0644]
simgear/scene/util/DeletionManager.hxx [new file with mode: 0644]