summaryrefslogtreecommitdiff
path: root/lib/gras_impl/token.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-28 22:39:39 -0700
committerJosh Blum2012-10-28 22:39:39 -0700
commit77f79c8e2c45d816a2ecb869b2869825b3293640 (patch)
tree888dfa430241024e0dd47248aa14a8a09394d469 /lib/gras_impl/token.hpp
parent9620afa87986645653b171fb2c74c06597edb382 (diff)
downloadsandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz
sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2
sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip
work on stand-alone library build
Diffstat (limited to 'lib/gras_impl/token.hpp')
-rw-r--r--lib/gras_impl/token.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gras_impl/token.hpp b/lib/gras_impl/token.hpp
index db5f047..5cc634f 100644
--- a/lib/gras_impl/token.hpp
+++ b/lib/gras_impl/token.hpp
@@ -20,7 +20,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
-namespace gnuradio
+namespace gras
{
typedef boost::weak_ptr<int> WeakToken;
@@ -35,6 +35,6 @@ struct Token : boost::shared_ptr<int>
}
};
-} //namespace gnuradio
+} //namespace gras
#endif /*INCLUDED_LIBGRAS_IMPL_TOKEN_HPP*/