Mantis#1626. Thank you kindly, Melanie for a patch that:

Fixes IAvatarService for grid and standalone modes
0.6.0-stable
Charles Krinke 2008-06-28 19:04:28 +00:00
parent 0260b33517
commit 1091f78e04
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ namespace OpenSim.Framework.Communications
/// <summary>
/// Base class for user management (create, read, etc)
/// </summary>
public abstract class UserManagerBase : IUserService
public abstract class UserManagerBase : IUserService, IAvatarService
{
private static readonly ILog m_log
= LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
@ -703,4 +703,4 @@ namespace OpenSim.Framework.Communications
return new List<LLUUID>();
}
}
}
}

View File

@ -39,7 +39,7 @@ using OpenSim.Framework.Communications;
namespace OpenSim.Region.Communications.OGS1
{
public class OGS1UserServices : IUserService
public class OGS1UserServices : IUserService, IAvatarService
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);