From f3e2e07201c50033bf6c9d0c6a6f068557b4f17f Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Wed, 17 Apr 2013 13:43:52 -0400 Subject: runtime: converting runtime core to gr namespace, gnuradio include dir. --- gr-vocoder/lib/alaw_encode_sb_impl.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gr-vocoder/lib/alaw_encode_sb_impl.cc') diff --git a/gr-vocoder/lib/alaw_encode_sb_impl.cc b/gr-vocoder/lib/alaw_encode_sb_impl.cc index 4b316f2e14..9c941e790d 100644 --- a/gr-vocoder/lib/alaw_encode_sb_impl.cc +++ b/gr-vocoder/lib/alaw_encode_sb_impl.cc @@ -25,7 +25,7 @@ #endif #include "alaw_encode_sb_impl.h" -#include <gr_io_signature.h> +#include <gnuradio/io_signature.h> #include <limits.h> namespace gr { @@ -43,9 +43,9 @@ extern "C" { } alaw_encode_sb_impl::alaw_encode_sb_impl() - : gr_sync_block("avocoder_law_encode_sb", - gr_make_io_signature(1, 1, sizeof(short)), - gr_make_io_signature(1, 1, sizeof(unsigned char))) + : sync_block("avocoder_law_encode_sb", + io_signature::make(1, 1, sizeof(short)), + io_signature::make(1, 1, sizeof(unsigned char))) { } -- cgit v1.2.3