commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3805 - gnuradio/branches/developers/jcorgan/cppwrap/g


From: jcorgan
Subject: [Commit-gnuradio] r3805 - gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++
Date: Tue, 17 Oct 2006 12:25:13 -0600 (MDT)

Author: jcorgan
Date: 2006-10-17 12:25:13 -0600 (Tue, 17 Oct 2006)
New Revision: 3805

Modified:
   
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/gr_basic_flowgraph.cc
Log:
Add missed debug conditional code.

Modified: 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/gr_basic_flowgraph.cc
===================================================================
--- 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/gr_basic_flowgraph.cc
    2006-10-17 18:14:35 UTC (rev 3804)
+++ 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/gr_basic_flowgraph.cc
    2006-10-17 18:25:13 UTC (rev 3805)
@@ -100,11 +100,13 @@
 
 /********** BEGIN PRIVATE METHODS **********/
 
+#if GR_FLOWGRAPH_DEBUG
 static ostream &operator << (ostream &os, const gr_block_sptr block)
 {
     os << block->name() << "(" << block->unique_id() << ")";
     return os;
 }
+#endif
 
 // Constructor, nothing to do.
 gr_basic_flowgraph::gr_basic_flowgraph()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]