aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/codec_ctrl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-04 21:13:27 +0000
committerJosh Blum <josh@joshknows.com>2010-06-04 21:13:27 +0000
commit685cf432a373ee7556db507f7958f51e6ccf581a (patch)
tree56524f4d40152aa419832ddd7d8a05ac9045766e /host/lib/usrp/usrp_e/codec_ctrl.hpp
parentfcdbea4f089db2405820ad598979e639cf131ff5 (diff)
downloaduhd-685cf432a373ee7556db507f7958f51e6ccf581a.tar.gz
uhd-685cf432a373ee7556db507f7958f51e6ccf581a.tar.bz2
uhd-685cf432a373ee7556db507f7958f51e6ccf581a.zip
prefixed helper classes with usrp_e to avoid collision
Diffstat (limited to 'host/lib/usrp/usrp_e/codec_ctrl.hpp')
-rw-r--r--host/lib/usrp/usrp_e/codec_ctrl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/codec_ctrl.hpp b/host/lib/usrp/usrp_e/codec_ctrl.hpp
index efdcd7142..b9005a82d 100644
--- a/host/lib/usrp/usrp_e/codec_ctrl.hpp
+++ b/host/lib/usrp/usrp_e/codec_ctrl.hpp
@@ -27,9 +27,9 @@
* - Init/power down codec.
* - Read aux adc, write aux dac.
*/
-class codec_ctrl : boost::noncopyable{
+class usrp_e_codec_ctrl : boost::noncopyable{
public:
- typedef boost::shared_ptr<codec_ctrl> sptr;
+ typedef boost::shared_ptr<usrp_e_codec_ctrl> sptr;
/*!
* Make a new clock control object.