16 #ifndef ROUTINGNOTIFIERBASE_H_
17 #define ROUTINGNOTIFIERBASE_H_
virtual void receiveMessage(CDAPMessage *msg)
Function checks the type of CDAP message and passes it to appropriate processing method.
virtual void receiveRoutingUpdateFromRouting(IntRoutingUpdate *update)=0
virtual bool isMessageProcessable(CDAPMessage *msg)
Function checks whether CDAP message can be processed by notifier.
virtual void signalizeMessage(CDAPMessage *msg)=0
Function asks for notifies about CDAP message ready to be sent.
Abstract class implementing processing of any CDAP message.