Abstract base class for implementation of steps of TransactionScope.
More...
#include <TransactionScope.h>
Abstract base class for implementation of steps of TransactionScope.
Definition at line 54 of file TransactionScope.h.
◆ ~TransactionScopeImpl()
TransactionScopeImpl::~TransactionScopeImpl |
( |
| ) |
|
|
virtualdefault |
◆ TransactionCommit()
virtual bool TransactionScopeImpl::TransactionCommit |
( |
const wxString & |
name | ) |
|
|
pure virtual |
◆ TransactionRollback()
virtual bool TransactionScopeImpl::TransactionRollback |
( |
const wxString & |
name | ) |
|
|
pure virtual |
◆ TransactionStart()
virtual bool TransactionScopeImpl::TransactionStart |
( |
const wxString & |
name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: