Implement dynamic procedure at REST interface
[anna.git] / include / anna / diameter.comm / ClientSession.hpp
index b343f53..0b4b437 100644 (file)
@@ -222,7 +222,7 @@ private:
   // Activity:
   /* virtual */void updateIncomingActivityTime() throw();
   /* virtual */void updateOutgoingActivityTime() throw();
-  void countSendings(const diameter::CommandId & cid, bool ok) throw();
+  void countSendings(const diameter::CommandId & cid, unsigned int aid, bool ok) throw();
 
   // Handlers:
   /**
@@ -232,6 +232,13 @@ private:
   */
   void eventPeerShutdown() throw();
 
+  /**
+     Handler about a request retransmission over the session.
+
+     \param request Message retransmitted
+  */
+  void eventRequestRetransmission(Message *request) throw();
+
   /**
      Handler for diameter server (client-session) responses