Added a session_t::clean_all method, for clearing all xdata within a session.
This commit is contained in:
parent
0fd9c25361
commit
0259ee32c8
1 changed files with 5 additions and 0 deletions
|
|
@ -167,6 +167,11 @@ public:
|
||||||
void clean_xacts();
|
void clean_xacts();
|
||||||
void clean_xacts(entry_t& entry);
|
void clean_xacts(entry_t& entry);
|
||||||
|
|
||||||
|
void clean_all() {
|
||||||
|
clear_xacts();
|
||||||
|
clear_accounts();
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Scope members
|
// Scope members
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue