diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-19 15:03:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-19 15:03:08 -0700 |
commit | c6e4a54769e2d5be3cfd28df6697c54c4a4a7e90 (patch) | |
tree | ef7c88bb200ffd81573c897db2f9754cac0fd4c9 /gr-uhd/lib/uhd_simple_source.h | |
parent | f8c63c369e0e8800f76d427434424f7209fcde86 (diff) |
uhd: mark simple and mimo classes with the deprecated flag
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 4e79afa21e..c524a024a8 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -36,7 +36,7 @@ boost::shared_ptr<uhd_simple_source> uhd_make_simple_source( /*********************************************************************** * DEPRECATED **********************************************************************/ -class uhd_simple_source : public gr_sync_block{ +class UHD_DEPRECATED uhd_simple_source : public gr_sync_block{ public: /*! |