diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
commit | c6dbde23b256a41b3d92cb4ad6b63287095d53c7 (patch) | |
tree | 71db12ea2e1667770c22568dcdf5e0857d5f1e59 /gr-qtgui/lib/const_sink_c_impl.h | |
parent | 22b70d0889ef3c51e27a31ee18d153093a55cbb8 (diff) | |
parent | 98758cbfa9a2aff714952d19e773bc370dfa2185 (diff) |
Merged next into uninstalled import branch.
Diffstat (limited to 'gr-qtgui/lib/const_sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/const_sink_c_impl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gr-qtgui/lib/const_sink_c_impl.h b/gr-qtgui/lib/const_sink_c_impl.h index 81cdb9881f..02b25409e6 100644 --- a/gr-qtgui/lib/const_sink_c_impl.h +++ b/gr-qtgui/lib/const_sink_c_impl.h @@ -24,9 +24,9 @@ #define INCLUDED_QTGUI_CONST_SINK_C_IMPL_H #include <qtgui/const_sink_c.h> -#include <gruel/high_res_timer.h> -#include <gruel/thread.h> -#include <constellationdisplayform.h> +#include <high_res_timer.h> +#include <thread/thread.h> +#include <qtgui/constellationdisplayform.h> namespace gr { namespace qtgui { @@ -36,7 +36,7 @@ namespace gr { private: void initialize(); - gruel::mutex d_mutex; + gr::thread::mutex d_mutex; int d_size; std::string d_name; @@ -49,8 +49,8 @@ namespace gr { QWidget *d_parent; ConstellationDisplayForm *d_main_gui; - gruel::high_res_timer_type d_update_time; - gruel::high_res_timer_type d_last_time; + gr::high_res_timer_type d_update_time; + gr::high_res_timer_type d_last_time; void npoints_resize(); |