Class to temporarily (in RAII style) change a thread ID variable to the current thread, then back again when we leave scope. More...
#include <osvr/Server/ServerImpl.h>
Public Member Functions | |
TemporaryThreadIDChanger (boost::thread::id &id) | |
Class to temporarily (in RAII style) change a thread ID variable to the current thread, then back again when we leave scope.
Definition at line 266 of file ServerImpl.h.