diff options
| author | Nick Foster <nick@nerdnetworks.org> | 2010-09-30 16:23:21 -0700 | 
|---|---|---|
| committer | Nick Foster <nick@nerdnetworks.org> | 2010-09-30 16:23:21 -0700 | 
| commit | b079d9d1751415139518f34d792200b041aff10b (patch) | |
| tree | 92d4199be6e68bd5803f42c16d618ac44c7cb287 | |
| parent | 790a5ac665144180cde712d46b799a115bb74e46 (diff) | |
| download | uhd-b079d9d1751415139518f34d792200b041aff10b.tar.gz uhd-b079d9d1751415139518f34d792200b041aff10b.tar.bz2 uhd-b079d9d1751415139518f34d792200b041aff10b.zip  | |
Made usb_device_handle UHD_API.
| -rw-r--r-- | host/include/uhd/transport/usb_device_handle.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/transport/usb_device_handle.hpp b/host/include/uhd/transport/usb_device_handle.hpp index 9bb7db9c4..6f8d868be 100644 --- a/host/include/uhd/transport/usb_device_handle.hpp +++ b/host/include/uhd/transport/usb_device_handle.hpp @@ -38,7 +38,7 @@ namespace uhd { namespace transport {   *       a true descriptor serial number string. This interface returns the   *       actual string descriptor.   */ -class usb_device_handle : boost::noncopyable { +class UHD_API usb_device_handle : boost::noncopyable {  public:      typedef boost::shared_ptr<usb_device_handle> sptr;  | 
