commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9344 - gnuradio/branches/developers/trondeau/dbs/gnur


From: trondeau
Subject: [Commit-gnuradio] r9344 - gnuradio/branches/developers/trondeau/dbs/gnuradio-examples/c++/usrp_test
Date: Tue, 19 Aug 2008 20:52:27 -0600 (MDT)

Author: trondeau
Date: 2008-08-19 20:52:25 -0600 (Tue, 19 Aug 2008)
New Revision: 9344

Modified:
   
gnuradio/branches/developers/trondeau/dbs/gnuradio-examples/c++/usrp_test/usrp_test.cc
Log:
after the hier_block2 fixes; need to get the right sptr.

Modified: 
gnuradio/branches/developers/trondeau/dbs/gnuradio-examples/c++/usrp_test/usrp_test.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/dbs/gnuradio-examples/c++/usrp_test/usrp_test.cc
      2008-08-20 02:28:36 UTC (rev 9343)
+++ 
gnuradio/branches/developers/trondeau/dbs/gnuradio-examples/c++/usrp_test/usrp_test.cc
      2008-08-20 02:52:25 UTC (rev 9344)
@@ -27,7 +27,7 @@
 // Shared pointer constructor
 usrp_test_sptr make_usrp_test()
 {
-  return usrp_test_sptr(new usrp_test());
+  return gnuradio::get_initial_sptr(new usrp_test());
 }
 
 // Hierarchical block constructor, with no inputs or outputs





reply via email to

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