Merge r11462:11485 from jcorgan/omni into trunk.
[debian/gnuradio] / gnuradio-core / src / lib / io / gri_logger.cc
index c085a93c8d31b9fbe2b1b41cab1d63b2eebebedb..473a7c5edc2691a6281eeba31f832f76c4d30e2b 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
  * 
@@ -24,6 +24,8 @@
 #include <config.h>
 #endif
 
+#if 0 // This needs reimplementation with boost threads and synchronization
+
 #include <gri_logger.h>
 #include <stdio.h>
 #include <stdarg.h>
@@ -172,3 +174,5 @@ gri_logger::printf(const char *format, ...)
   if (n > -1 && n < (ssize_t) sizeof(buf))
     write(buf, n);
 }
+
+#endif