diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-19 11:46:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-19 11:46:02 -0700 |
commit | dd3850559fcc4fd91d83c787b12b3428cca6e296 (patch) | |
tree | babf50fd3525f5592c9f415ce18fa47fb6d17b77 /host/include | |
parent | 5aac700bc675c913b75b5fd791d9cf92949ceeea (diff) | |
download | uhd-dd3850559fcc4fd91d83c787b12b3428cca6e296.tar.gz uhd-dd3850559fcc4fd91d83c787b12b3428cca6e296.tar.bz2 uhd-dd3850559fcc4fd91d83c787b12b3428cca6e296.zip |
dont default the mode parameter, that is only asking for trouble
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/device.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/device.hpp b/host/include/uhd/device.hpp index 27b461184..d3e9015c4 100644 --- a/host/include/uhd/device.hpp +++ b/host/include/uhd/device.hpp @@ -120,7 +120,7 @@ public: const boost::asio::const_buffer &buff, const tx_metadata_t &metadata, const io_type_t &io_type, - send_mode_t send_mode = SEND_MODE_ONE_PACKET + send_mode_t send_mode ) = 0; /*! @@ -159,7 +159,7 @@ public: const boost::asio::mutable_buffer &buff, rx_metadata_t &metadata, const io_type_t &io_type, - recv_mode_t recv_mode = RECV_MODE_ONE_PACKET + recv_mode_t recv_mode ) = 0; /*! |