add functionality to clear session

This commit is contained in:
Nathan Nichols
2021-05-25 20:19:33 -05:00
parent e1ab2e7dee
commit 58413a7473
3 changed files with 25 additions and 17 deletions

View File

@@ -93,6 +93,9 @@ public:
void
unsubProposedTransactions(std::shared_ptr<session>& session);
void
clearSession(std::shared_ptr<session> const& session);
};
#endif //SUBSCRIPTION_MANAGER_H