aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EntityBase.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-05-21 21:58:55 +0100
committerJustin Clark-Casey (justincc)2010-05-21 21:58:55 +0100
commit89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b (patch)
tree84c03b2affadd720d883b5d127328838b153da9d /OpenSim/Region/Framework/Scenes/EntityBase.cs
parentrearrange SceneGraph.AddSceneObject() to return earlier if an object with tha... (diff)
parent* Moving all of the prioritization/reprioritization code into a new file Prio... (diff)
downloadopensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.zip
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.gz
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.bz2
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EntityBase.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/EntityBase.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityBase.cs b/OpenSim/Region/Framework/Scenes/EntityBase.cs
index 1c76c54..4e25c46 100644
--- a/OpenSim/Region/Framework/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Framework/Scenes/EntityBase.cs
@@ -28,11 +28,12 @@
28using System; 28using System;
29using System.Runtime.Serialization; 29using System.Runtime.Serialization;
30using System.Security.Permissions; 30using System.Security.Permissions;
31using OpenSim.Framework;
31using OpenMetaverse; 32using OpenMetaverse;
32 33
33namespace OpenSim.Region.Framework.Scenes 34namespace OpenSim.Region.Framework.Scenes
34{ 35{
35 public abstract class EntityBase 36 public abstract class EntityBase : ISceneEntity
36 { 37 {
37 /// <summary> 38 /// <summary>
38 /// The scene to which this entity belongs 39 /// The scene to which this entity belongs