diff options
Diffstat (limited to 'gnuradio-runtime/swig/msg_handler.i')
-rw-r--r-- | gnuradio-runtime/swig/msg_handler.i | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnuradio-runtime/swig/msg_handler.i b/gnuradio-runtime/swig/msg_handler.i deleted file mode 100644 index ab4c2c3ed3..0000000000 --- a/gnuradio-runtime/swig/msg_handler.i +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2005,2013 Free Software Foundation, Inc. - * - * This file is part of GNU Radio - * - * SPDX-License-Identifier: GPL-3.0-or-later - * - */ - -/*! - * \brief abstract class of message handlers - */ -class gr::msg_handler -{ -public: - virtual ~msg_handler () = 0; - - //! handle \p msg - virtual void handle(gr::message::sptr msg) = 0; -}; |