diff options
author | Josh Blum | 2012-10-28 22:39:39 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-28 22:39:39 -0700 |
commit | 77f79c8e2c45d816a2ecb869b2869825b3293640 (patch) | |
tree | 888dfa430241024e0dd47248aa14a8a09394d469 /lib/sbuffer.cpp | |
parent | 9620afa87986645653b171fb2c74c06597edb382 (diff) | |
download | sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2 sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip |
work on stand-alone library build
Diffstat (limited to 'lib/sbuffer.cpp')
-rw-r--r-- | lib/sbuffer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbuffer.cpp b/lib/sbuffer.cpp index ab5c72c..37c2c33 100644 --- a/lib/sbuffer.cpp +++ b/lib/sbuffer.cpp @@ -14,13 +14,13 @@ // You should have received a copy of the GNU Lesser General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include <gnuradio/sbuffer.hpp> +#include <gras/sbuffer.hpp> #include "alloc_on_node.hpp" #include <boost/bind.hpp> -using namespace gnuradio; +using namespace gras; -void gnuradio::sbuffer_handle_deref(SBufferImpl *impl) +void gras::sbuffer_handle_deref(SBufferImpl *impl) { //call the deleter if possible boost::shared_ptr<SBufferDeleter> token_deleter = impl->config.token.lock(); |