X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.cpp;h=e661b1952f0588e3534424c6bc32def7e42fe209;hb=2f779c1bd6a9a74c97be09ee6842a7527e083fa6;hp=ff7be104feb8406af3bdcfc4bd22c7dd34ef0e2b;hpb=27e8df221014d1a8c7769866773e8dbb0486eea8;p=pulseview.git diff --git a/pv/prop/binding/deviceoptions.cpp b/pv/prop/binding/deviceoptions.cpp index ff7be10..e661b19 100644 --- a/pv/prop/binding/deviceoptions.cpp +++ b/pv/prop/binding/deviceoptions.cpp @@ -32,14 +32,20 @@ #include #include -using namespace boost; -using namespace std; +using boost::bind; +using boost::function; +using boost::optional; +using boost::shared_ptr; +using std::make_pair; +using std::pair; +using std::string; +using std::vector; namespace pv { namespace prop { namespace binding { -DeviceOptions::DeviceOptions(struct sr_dev_inst *sdi) : +DeviceOptions::DeviceOptions(const sr_dev_inst *sdi) : _sdi(sdi) { assert(sdi);