|
Katana Plug-in APIs 0.1
|
Simple transaction maintains a list of actions. If an action returns failure during commit, execution is canceled and rollback() is called on all previously executed actions in transaction. More...
#include <FnAsset.h>
Public Member Functions | |
| void | cancel () |
| Cancel transaction. | |
| bool | commit () |
| Commit transaction. | |
Simple transaction maintains a list of actions. If an action returns failure during commit, execution is canceled and rollback() is called on all previously executed actions in transaction.
1.7.3