Base protocol codec for comm::Engine. Supported retransmissions
[anna.git] / source / diameter.comm / Entity.cpp
index 67916c7..25a879c 100644 (file)
@@ -320,6 +320,14 @@ void Entity::eventPeerShutdown(const ClientSession* clientSession) throw() {
   );
 }
 
+void Entity::eventRequestRetransmission(const ClientSession* clientSession, Message *request) throw() {
+  LOGWARNING(
+    std::string msg(clientSession->asString());
+    msg += " | eventRequestRetransmission";
+    anna::Logger::warning(msg, ANNA_FILE_LOCATION);
+  );
+}
+
 std::string Entity::asString() const throw() {
   std::string result("diameter::comm::Entity { ");
   std::string realm = a_engine->getRealm();