|
Katana Plug-in APIs 0.1
|
Virtual base for asset transactions. More...
#include <FnAsset.h>
Public Member Functions | |
| virtual void | cancel ()=0 |
| Cancel transaction. | |
| virtual bool | commit ()=0 |
| Commit transaction. | |
Virtual base for asset transactions.
Derive from this in your plugin to support transactions. A SimpleTransaction class is included here that maintains a list of actions to be executed on commit().
1.7.3