Backup is now optional on classes

* Removed unused BackUp method on EntityBase
* Added overridable InSceneBackup property on SceneObjectGroup
* Refactored out AttachToBackup and DetachFromBackup
* Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
This commit is contained in:
lbsa71
2007-09-13 05:25:26 +00:00
parent a5aedc0896
commit 615487a756
3 changed files with 81 additions and 71 deletions

View File

@@ -108,13 +108,6 @@ namespace OpenSim.Region.Environment.Scenes
}
}
/// <summary>
/// Called at a set interval to inform entities that they should back themsleves up to the DB
/// </summary>
public virtual void BackUp()
{
}
/// <summary>
/// Copies the entity
/// </summary>