aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
committerMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
commit9a6f82eff99db3b8658f4ae6b27aba78e634b398 (patch)
tree3cd9ad0e192f8b53814383e982aa153005f8d7c6 /host/lib/usrp/e300
parent930035768259e5a53ba3aed47a17b2671a86704c (diff)
parent21df150ec873f15c4e85f9564b56586e3fe2afcf (diff)
downloaduhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.gz
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.bz2
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r--host/lib/usrp/e300/e300_sensor_manager.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_sensor_manager.hpp b/host/lib/usrp/e300/e300_sensor_manager.hpp
index bfaf8e90c..1252e07b9 100644
--- a/host/lib/usrp/e300/e300_sensor_manager.hpp
+++ b/host/lib/usrp/e300/e300_sensor_manager.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2014 Ettus Research LLC
+// Copyright 2014-2015 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -46,6 +46,8 @@ class e300_sensor_manager : boost::noncopyable
public:
typedef boost::shared_ptr<e300_sensor_manager> sptr;
+ virtual ~e300_sensor_manager() {};
+
virtual uhd::sensor_value_t get_sensor(const std::string &key) = 0;
virtual std::vector<std::string> get_sensors(void) = 0;