Gives application control over event DPA received for both client and entity
[anna.git] / include / anna / diameter.comm / Server.hpp
index aaadbf8..f7c623d 100644 (file)
@@ -333,6 +333,15 @@ protected:
   */
   virtual void eventUnknownResponse(ClientSession *clientSession, const anna::DataBlock& response) throw(anna::RuntimeException);
 
+  /**
+     Handler for diameter server (client-session) Disconnect-Peer-Answer messages
+
+     \param clientSession ClientSession from which request has been received
+     \param response Answer data block object without context match
+  */
+  virtual void eventDPA(ClientSession *clientSession, const anna::DataBlock& response) throw(anna::RuntimeException);
+
+
 
   friend class Engine;
   friend class ClientSession;