summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h b/gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h
index 06831ffc27..4e1fa6202b 100644
--- a/gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h
+++ b/gnuradio-runtime/include/gnuradio/rpcserver_booter_aggregator.h
@@ -23,11 +23,11 @@ class GR_RUNTIME_API rpcserver_booter_aggregator : public virtual rpcserver_boot
{
public:
rpcserver_booter_aggregator();
- ~rpcserver_booter_aggregator();
+ ~rpcserver_booter_aggregator() override;
- rpcserver_base* i();
- const std::string& type();
- const std::vector<std::string> endpoints();
+ rpcserver_base* i() override;
+ const std::string& type() override;
+ const std::vector<std::string> endpoints() override;
const std::vector<std::string>& registeredServers();