Public Member Functions

Celartem::StorageRollback Class Reference

#include <cel_storage.h>

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

List of all members.

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:

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo