Add gruel::thread as synonym to boost::thread for convenience
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 13 Apr 2010 20:51:33 +0000 (13:51 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 13 Apr 2010 20:51:33 +0000 (13:51 -0700)
gruel/src/include/gruel/thread.h

index 26ca059f29cf00b05eb4a5ed3cb7a6453dac4985..d72e5520ce53926d47a77bdecb6d56a4aa868784 100644 (file)
@@ -26,6 +26,7 @@
 
 namespace gruel {
 
+  typedef boost::thread                    thread;
   typedef boost::mutex                     mutex;
   typedef boost::unique_lock<boost::mutex> scoped_lock;
   typedef boost::condition_variable        condition_variable;