From ad973608d979675755cb537f14ae0a53f71e6489 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Tue, 13 Apr 2010 13:51:33 -0700 Subject: Add gruel::thread as synonym to boost::thread for convenience --- gruel/src/include/gruel/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gruel/src') diff --git a/gruel/src/include/gruel/thread.h b/gruel/src/include/gruel/thread.h index 26ca059f2..d72e5520c 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; -- cgit