Merge r11462:11485 from jcorgan/omni into trunk.
[debian/gnuradio] / gnuradio-core / src / lib / io / gri_logger.h
index e5caf7d06ac804a5d323e12beb004a291668e2e8..0a1414540fc101cdc0d732dc2c54a83c9bab0aad 100644 (file)
@@ -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 */