Gives application control over event DPA received for both client and entity
[anna.git] / include / anna / diameter.comm / LocalServer.hpp
index fff7912..0fe05af 100644 (file)
@@ -406,6 +406,14 @@ protected:
   */
   virtual void eventUnknownResponse(ServerSession* serverSession, const anna::DataBlock& response) throw(anna::RuntimeException) = 0;
 
+  /**
+     Handler for diameter client Disconnect-Peer-Answer messages
+
+     \param serverSession ServerSession from which request has been received
+     \param response Answer data block object without context match
+  */
+  virtual void eventDPA(ServerSession* serverSession, const anna::DataBlock& response) throw(anna::RuntimeException) = 0;
+
 
   friend class anna::diameter::comm::Timer;
   friend class Engine;