summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/gsm_burst_ff.h
diff options
context:
space:
mode:
authortvoid <tvoid@lesaige.com>2008-04-07 17:50:59 -0600
committertvoid <tvoid@lesaige.com>2008-04-07 17:50:59 -0600
commit7a6d8fc1da77e11decd341e81ab6d65e46ae2eed (patch)
treeb719a9cc91cd347181ee4fc2ea855843beaaa9dc /gsm-tvoid/src/lib/gsm_burst_ff.h
parent4047af29e93c40d46df88c0a76b158a083d6b630 (diff)
working callback
Diffstat (limited to 'gsm-tvoid/src/lib/gsm_burst_ff.h')
-rwxr-xr-x[-rw-r--r--]gsm-tvoid/src/lib/gsm_burst_ff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gsm-tvoid/src/lib/gsm_burst_ff.h b/gsm-tvoid/src/lib/gsm_burst_ff.h
index 30047f2..8ca61ef 100644..100755
--- a/gsm-tvoid/src/lib/gsm_burst_ff.h
+++ b/gsm-tvoid/src/lib/gsm_burst_ff.h
@@ -8,14 +8,14 @@ class gsm_burst_ff;
typedef boost::shared_ptr<gsm_burst_ff> gsm_burst_ff_sptr;
-gsm_burst_ff_sptr gsm_make_burst_ff(gr_feval_dd *);
+gsm_burst_ff_sptr gsm_make_burst_ff(gr_feval_ll *);
class gsm_burst_ff : public gr_block, public gsm_burst
{
private:
- friend gsm_burst_ff_sptr gsm_make_burst_ff(gr_feval_dd *);
- gsm_burst_ff(gr_feval_dd *t);
+ friend gsm_burst_ff_sptr gsm_make_burst_ff(gr_feval_ll *);
+ gsm_burst_ff(gr_feval_ll *t);
public:
~gsm_burst_ff ();
personal git repositories of Harald Welte. Your mileage may vary