aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EntityBase.cs
diff options
context:
space:
mode:
authorlbsa712007-09-13 05:25:26 +0000
committerlbsa712007-09-13 05:25:26 +0000
commit615487a756c596de7e9d0c69e95e65a015e9e4b2 (patch)
tree1a7da13294f468ced7dfe860a8b77e56abdcccd5 /OpenSim/Region/Environment/Scenes/EntityBase.cs
parentGUI: Added placeholders + info on what to be done (diff)
downloadopensim-SC_OLD-615487a756c596de7e9d0c69e95e65a015e9e4b2.zip
opensim-SC_OLD-615487a756c596de7e9d0c69e95e65a015e9e4b2.tar.gz
opensim-SC_OLD-615487a756c596de7e9d0c69e95e65a015e9e4b2.tar.bz2
opensim-SC_OLD-615487a756c596de7e9d0c69e95e65a015e9e4b2.tar.xz
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
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/EntityBase.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs
index a7b9d75..2caab9e 100644
--- a/OpenSim/Region/Environment/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs
@@ -109,13 +109,6 @@ namespace OpenSim.Region.Environment.Scenes
109 } 109 }
110 110
111 /// <summary> 111 /// <summary>
112 /// Called at a set interval to inform entities that they should back themsleves up to the DB
113 /// </summary>
114 public virtual void BackUp()
115 {
116 }
117
118 /// <summary>
119 /// Copies the entity 112 /// Copies the entity
120 /// </summary> 113 /// </summary>
121 /// <returns></returns> 114 /// <returns></returns>