From dd3850559fcc4fd91d83c787b12b3428cca6e296 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 19 May 2010 11:46:02 -0700 Subject: dont default the mode parameter, that is only asking for trouble --- host/include/uhd/device.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/include') 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; /*! -- cgit v1.2.3