From 9bc6fbe685579d505e8352e1de5e118a5a3ea163 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 15 Feb 2011 10:31:48 -0800 Subject: uhd: reusable buffers for libusb zero copy implementation tweaks on udp implementation to simplify --- host/include/uhd/transport/zero_copy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/transport/zero_copy.hpp b/host/include/uhd/transport/zero_copy.hpp index d5a536b27..18eb3fb6d 100644 --- a/host/include/uhd/transport/zero_copy.hpp +++ b/host/include/uhd/transport/zero_copy.hpp @@ -30,7 +30,7 @@ namespace uhd{ namespace transport{ * Contains a reference to transport-managed memory, * and a method to release the memory after reading. */ - class UHD_API managed_recv_buffer : boost::noncopyable{ + class UHD_API managed_recv_buffer{ public: typedef boost::shared_ptr sptr; typedef boost::function release_fcn_t; @@ -81,7 +81,7 @@ namespace uhd{ namespace transport{ * Contains a reference to transport-managed memory, * and a method to commit the memory after writing. */ - class UHD_API managed_send_buffer : boost::noncopyable{ + class UHD_API managed_send_buffer{ public: typedef boost::shared_ptr sptr; typedef boost::function commit_fcn_t; -- cgit v1.2.3