Added a session_t::clean_all method, for clearing all xdata within a session.

This commit is contained in:
John Wiegley 2008-08-16 04:25:02 -04:00
parent 0fd9c25361
commit 0259ee32c8

View file

@ -167,6 +167,11 @@ public:
void clean_xacts();
void clean_xacts(entry_t& entry);
void clean_all() {
clear_xacts();
clear_accounts();
}
//
// Scope members
//