From: Johnathan Corgan Date: Tue, 13 Apr 2010 20:51:33 +0000 (-0700) Subject: Add gruel::thread as synonym to boost::thread for convenience X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ad973608d979675755cb537f14ae0a53f71e6489;p=debian%2Fgnuradio Add gruel::thread as synonym to boost::thread for convenience --- diff --git a/gruel/src/include/gruel/thread.h b/gruel/src/include/gruel/thread.h index 26ca059f..d72e5520 100644 --- a/gruel/src/include/gruel/thread.h +++ b/gruel/src/include/gruel/thread.h @@ -26,6 +26,7 @@ namespace gruel { + typedef boost::thread thread; typedef boost::mutex mutex; typedef boost::unique_lock scoped_lock; typedef boost::condition_variable condition_variable;