diff options
Diffstat (limited to 'gnuradio-core/src/lib/io/gri_logger.h')
-rw-r--r-- | gnuradio-core/src/lib/io/gri_logger.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/io/gri_logger.h b/gnuradio-core/src/lib/io/gri_logger.h index e5caf7d06..0a1414540 100644 --- a/gnuradio-core/src/lib/io/gri_logger.h +++ b/gnuradio-core/src/lib/io/gri_logger.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2006 Free Software Foundation, Inc. + * Copyright 2006,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -22,6 +22,8 @@ #ifndef INCLUDED_GRI_LOGGER_H #define INCLUDED_GRI_LOGGER_H +#if 0 // This needs reimplementation with boost threads and synchronization + #include <stddef.h> #include <gnuradio/omnithread.h> #include <gr_buffer.h> @@ -52,4 +54,6 @@ public: void printf(const char *format, ...); }; +#endif + #endif /* INCLUDED_GRI_LOGGER_H */ |