20     Enter_Method_Silent();
 
   21     bool status = 
dynamic_cast<CDAP_M_Write*
>(msg) ? 
true : 
false;
 
   27     Enter_Method(
"receiveMessage()");
 
virtual void receiveMessage(CDAPMessage *msg)
Function checks the type of CDAP message and passes it to appropriate processing method. 
 
virtual bool isMessageProcessable(CDAPMessage *msg)
Function checks whether CDAP message can be processed by notifier. 
 
virtual void receiveMessage(CDAPMessage *msg)
Function checks the type of CDAP message and passes it to appropriate processing method.