Gives application control over event DPA received for both client and entity
[anna.git] / include / anna / diameter.comm / Entity.hpp
index 65f45dc..d732ef8 100644 (file)
@@ -465,6 +465,16 @@ protected:
   */
   virtual void eventUnknownResponse(ClientSession *clientSession, const anna::DataBlock& response) throw(anna::RuntimeException) = 0;
 
+  /**
+     Handler for diameter 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) = 0;
+
+
+
 
   friend class Engine;
   friend class Server;