Public Member Functions | List of all members
Celartem::StorageRollback Class Referenceabstract

#include <cel_storage.h>

Inheritance diagram for Celartem::StorageRollback:
Inheritance graph
[legend]

Public Member Functions

virtual void commit ()=0
 

Detailed Description

This class defines an additional function named commit. All the operations will be done when commit is called; without calling commit, all previous operations are rolled back.
Currently DiskStorageWithRollback is implemented.

See Also
DiskStorageWithRollback, Storage Class Factory Functions

Member Function Documentation

virtual void Celartem::StorageRollback::commit ( )
pure virtual

This method commits all the changes to the storage. Without calling commit, the write operations that have been done on this storage is canceled; the file is rolled backed into the initial state.


The documentation for this class was generated from the following file:

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:06.
Cuminas Logo