Description: Add heartbeat object access.
Author: Athena Capital Research <acr-debian@athenacr.com>
--- trunk.orig/src/C++/Session.h
+++ trunk/src/C++/Session.h
@@ -207,6 +207,8 @@
   Log* getLog() { return &m_state; }
   const MessageStore* getStore() { return &m_state; }
 
+  const HeartBtInt& getHeartBtInt() const { return m_state.heartBtInt(); }
+
 private:
   typedef std::map < SessionID, Session* > Sessions;
   typedef std::set < SessionID > SessionIDs;
