diff options
| author | Josh Blum <josh@joshknows.com> | 2010-06-04 12:16:09 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-06-04 12:16:09 -0700 | 
| commit | f2b560d5f8d19bf6bbd86802e03f061ecede78ec (patch) | |
| tree | 4e0d99411b2b1ebee38ef7bbe2fb26be87b39e05 /host/lib/usrp/usrp2/clock_ctrl.hpp | |
| parent | dbc65d928362b983d8f6113319db87841a5b159d (diff) | |
| download | uhd-f2b560d5f8d19bf6bbd86802e03f061ecede78ec.tar.gz uhd-f2b560d5f8d19bf6bbd86802e03f061ecede78ec.tar.bz2 uhd-f2b560d5f8d19bf6bbd86802e03f061ecede78ec.zip  | |
Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.
Diffstat (limited to 'host/lib/usrp/usrp2/clock_ctrl.hpp')
| -rw-r--r-- | host/lib/usrp/usrp2/clock_ctrl.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/clock_ctrl.hpp b/host/lib/usrp/usrp2/clock_ctrl.hpp index 706bf4246..122b5e633 100644 --- a/host/lib/usrp/usrp2/clock_ctrl.hpp +++ b/host/lib/usrp/usrp2/clock_ctrl.hpp @@ -22,9 +22,9 @@  #include <boost/shared_ptr.hpp>  #include <boost/utility.hpp> -class clock_ctrl : boost::noncopyable{ +class usrp2_clock_ctrl : boost::noncopyable{  public: -    typedef boost::shared_ptr<clock_ctrl> sptr; +    typedef boost::shared_ptr<usrp2_clock_ctrl> sptr;      /*!       * Make a clock config for the ad9510 ic.  | 
