diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/rpcmanager.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/rpcmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/include/gnuradio/rpcmanager.h b/gnuradio-runtime/include/gnuradio/rpcmanager.h index 12cf279406..5635572a8b 100644 --- a/gnuradio-runtime/include/gnuradio/rpcmanager.h +++ b/gnuradio-runtime/include/gnuradio/rpcmanager.h @@ -1,9 +1,9 @@ /* -*- c++ -*- */ -/* +/* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio - * + * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) @@ -45,7 +45,7 @@ class GR_RUNTIME_API rpcmanager : public virtual rpcmanager_base rpcserver_booter_register_helper() { rpcmanager::register_booter(new T()); } - + //TODO: unregister }; |