Revision 0a9b999b gnuradio-core/src/lib/general/gr_bytes_to_syms.cc
| b/gnuradio-core/src/lib/general/gr_bytes_to_syms.cc | ||
|---|---|---|
| 1 | 1 |
/* -*- c++ -*- */ |
| 2 | 2 |
/* |
| 3 |
* Copyright 2004 Free Software Foundation, Inc. |
|
| 3 |
* Copyright 2004,2010 Free Software Foundation, Inc.
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This file is part of GNU Radio |
| 6 | 6 |
* |
| ... | ... | |
| 33 | 33 |
gr_bytes_to_syms_sptr |
| 34 | 34 |
gr_make_bytes_to_syms () |
| 35 | 35 |
{
|
| 36 |
return gr_bytes_to_syms_sptr (new gr_bytes_to_syms ());
|
|
| 36 |
return gnuradio::get_initial_sptr(new gr_bytes_to_syms ());
|
|
| 37 | 37 |
} |
| 38 | 38 |
|
| 39 | 39 |
gr_bytes_to_syms::gr_bytes_to_syms () |
Also available in: Unified diff