neighbor/{Explorer,Listener}: add "noexcept"

This commit is contained in:
Max Kellermann
2018-01-02 16:58:14 +01:00
parent dcd483bd99
commit cd6de3b24e
7 changed files with 20 additions and 18 deletions

View File

@@ -139,8 +139,8 @@ private:
#ifdef ENABLE_NEIGHBOR_PLUGINS
/* virtual methods from class NeighborListener */
void FoundNeighbor(const NeighborInfo &info) override;
void LostNeighbor(const NeighborInfo &info) override;
void FoundNeighbor(const NeighborInfo &info) noexcept override;
void LostNeighbor(const NeighborInfo &info) noexcept override;
#endif
/* callback for #idle_monitor */