Clean up new code.

This commit is contained in:
Robin Sommer 2019-06-07 23:38:25 +00:00
parent 7bd738865c
commit 6adab8d46a
5 changed files with 94 additions and 63 deletions

View file

@ -13,7 +13,7 @@
class TriggerTimer;
class TriggerTraversalCallback;
class Trigger : public notifier::Notifier, public BroObj {
class Trigger : public BroObj, public notifier::Receiver {
public:
// Don't access Trigger objects; they take care of themselves after
// instantiation. Note that if the condition is already true, the