New ApplicationMessageOamModule in diameter::comm, to dynamically manage application...
[anna.git] / include / anna / diameter.comm / Message.hpp
index fe9da01..b5cb459 100644 (file)
@@ -105,6 +105,7 @@ public:
   void setRequestEndToEnd(EndToEnd ete) throw() { a_requestEndToEnd = ete; }
   CommandId getCommandId(bool &isRequest) const throw();
   CommandId getCommandId() const throw() { bool dummy; return getCommandId(dummy); }
+  ApplicationId getApplicationId() const throw();
 
   bool fixRequestSequence(HopByHop hbh, EndToEnd ete) throw();