aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/decoding
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
commitaf8ad5dddf61ab57a514474627c1a2de0936a718 (patch)
tree689d987ca2439329f39da3b1a96a227d527fe16a /include/grgsm/decoding
parent044fe06f15becad2f22217c95a955f1393a28256 (diff)
Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified
Diffstat (limited to 'include/grgsm/decoding')
-rw-r--r--include/grgsm/decoding/control_channels_decoder.h2
-rw-r--r--include/grgsm/decoding/tch_f_decoder.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grgsm/decoding/control_channels_decoder.h b/include/grgsm/decoding/control_channels_decoder.h
index a3a8d8c..066eaa0 100644
--- a/include/grgsm/decoding/control_channels_decoder.h
+++ b/include/grgsm/decoding/control_channels_decoder.h
@@ -35,7 +35,7 @@ namespace gr {
* \ingroup gsm
*
*/
- class GSM_API control_channels_decoder : virtual public gr::block
+ class GRGSM_API control_channels_decoder : virtual public gr::block
{
public:
typedef boost::shared_ptr<control_channels_decoder> sptr;
diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h
index 8dbf68b..18a1baa 100644
--- a/include/grgsm/decoding/tch_f_decoder.h
+++ b/include/grgsm/decoding/tch_f_decoder.h
@@ -49,7 +49,7 @@ namespace gr {
* \ingroup gsm
*
*/
- class GSM_API tch_f_decoder : virtual public gr::block
+ class GRGSM_API tch_f_decoder : virtual public gr::block
{
public:
typedef boost::shared_ptr<tch_f_decoder> sptr;