diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-04 21:13:27 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-04 21:13:27 +0000 |
commit | 685cf432a373ee7556db507f7958f51e6ccf581a (patch) | |
tree | 56524f4d40152aa419832ddd7d8a05ac9045766e /host/lib/usrp/usrp_e/clock_ctrl.hpp | |
parent | fcdbea4f089db2405820ad598979e639cf131ff5 (diff) | |
download | uhd-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/clock_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/clock_ctrl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/clock_ctrl.hpp b/host/lib/usrp/usrp_e/clock_ctrl.hpp index 994b83564..692b9eb0e 100644 --- a/host/lib/usrp/usrp_e/clock_ctrl.hpp +++ b/host/lib/usrp/usrp_e/clock_ctrl.hpp @@ -27,9 +27,9 @@ * - Setup system clocks. * - Disable/enable clock lines. */ -class clock_ctrl : boost::noncopyable{ +class usrp_e_clock_ctrl : boost::noncopyable{ public: - typedef boost::shared_ptr<clock_ctrl> sptr; + typedef boost::shared_ptr<usrp_e_clock_ctrl> sptr; /*! * Make a new clock control object. |