Merge commit '03202ada2918c0c0837e8de50e3a0436e4407c91' into bigmerge

This commit is contained in:
Melanie
2011-10-25 02:55:38 +01:00
2 changed files with 10 additions and 2 deletions

View File

@@ -58,6 +58,11 @@ namespace OpenSim.Region.Physics.Manager
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Name of this scene. Useful in debug messages to distinguish one OdeScene instance from another.
/// </summary>
public string Name { get; protected set; }
// The only thing that should register for this event is the SceneGraph
// Anything else could cause problems.