From 77f79c8e2c45d816a2ecb869b2869825b3293640 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 28 Oct 2012 22:39:39 -0700 Subject: work on stand-alone library build --- lib/gras_impl/interruptible_thread.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/gras_impl/interruptible_thread.hpp') diff --git a/lib/gras_impl/interruptible_thread.hpp b/lib/gras_impl/interruptible_thread.hpp index 1cb9b64..5af9369 100644 --- a/lib/gras_impl/interruptible_thread.hpp +++ b/lib/gras_impl/interruptible_thread.hpp @@ -32,7 +32,7 @@ /*! * This is the only place you will find any threading stuff. - * The entire point here is that the source's in gnuradio + * The entire point here is that the source's in gras * are sometimed bad and block forever (the author is guilty too). * This thread pool creates an interruptible thread to perform work. * Everything is nice and synchronous with the block actor. @@ -40,7 +40,7 @@ * However, this will be interrupted and not block forever, * when the executor is told to stop/interrupt and wait/join. */ -namespace gnuradio +namespace gras { typedef boost::shared_ptr SharedThreadGroup; @@ -138,6 +138,6 @@ namespace gnuradio boost::thread *_thread; }; -} //namespace gnuradio +} //namespace gras #endif /*INCLUDED_LIBGRAS_IMPL_INTERRUPTIBLE_THREAD_HPP*/ -- cgit