Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 751259
Collapse All | Expand All

(-)a/gr-uhd/lib/usrp_block_impl.cc (+2 lines)
Lines 22-29 Link Here
22
22
23
#include "usrp_block_impl.h"
23
#include "usrp_block_impl.h"
24
#include <functional>
24
#include <functional>
25
#include <boost/bind/placeholders.hpp>
25
26
26
using namespace gr::uhd;
27
using namespace gr::uhd;
28
using namespace boost::placeholders;
27
29
28
const double usrp_block_impl::LOCK_TIMEOUT = 1.5;
30
const double usrp_block_impl::LOCK_TIMEOUT = 1.5;

Return to bug 751259