diff options
Diffstat (limited to 'gr-msdd6000/src/msdd_source_simple.h')
-rw-r--r-- | gr-msdd6000/src/msdd_source_simple.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-msdd6000/src/msdd_source_simple.h b/gr-msdd6000/src/msdd_source_simple.h index d2d88743b..142c544a4 100644 --- a/gr-msdd6000/src/msdd_source_simple.h +++ b/gr-msdd6000/src/msdd_source_simple.h @@ -33,23 +33,23 @@ typedef boost::shared_ptr<msdd_source_simple> msdd_source_simple_sptr; // public shared_ptr constructor -msdd_source_simple_sptr msdd_make_source_simple ( const char *src, unsigned short port_src); +msdd_source_simple_sptr msdd_make_source_simple(const char *src, unsigned short port_src); class msdd_source_simple : public gr_sync_block { private: friend msdd_source_simple_sptr - msdd_make_source_simple ( const char *src, unsigned short port_src); + msdd_make_source_simple(const char *src, unsigned short port_src); boost::scoped_ptr<MSDD6000> rcv; int d_lastseq; bool d_firstrun; protected: - msdd_source_simple (const char *src, unsigned short port_src); + msdd_source_simple(const char *src, unsigned short port_src); public: - ~msdd_source_simple (); + ~msdd_source_simple(); bool stop(); bool start(); |