Exemplo n.º 1
0
 /// <summary>
 /// Occurs when rolling back a transaction. This will free up
 /// any temporary space allocated for the change.
 /// </summary>
 public void RollbackChanges()
 {
     m_disk.RollbackChanges();
 }