aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-06-28 19:04:28 +0000
committerCharles Krinke2008-06-28 19:04:28 +0000
commit1091f78e049943037f9fdd11fd6a98f4e7b846ac (patch)
tree48fb0a6b0ef0c132127496201d2dd7be8243e81f /OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
parentAltered prim description/debugging message code to be more warning friendly (diff)
downloadopensim-SC_OLD-1091f78e049943037f9fdd11fd6a98f4e7b846ac.zip
opensim-SC_OLD-1091f78e049943037f9fdd11fd6a98f4e7b846ac.tar.gz
opensim-SC_OLD-1091f78e049943037f9fdd11fd6a98f4e7b846ac.tar.bz2
opensim-SC_OLD-1091f78e049943037f9fdd11fd6a98f4e7b846ac.tar.xz
Mantis#1626. Thank you kindly, Melanie for a patch that:
Fixes IAvatarService for grid and standalone modes
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
index 0ffc4b2..7afec37 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
@@ -39,7 +39,7 @@ using OpenSim.Framework.Communications;
39 39
40namespace OpenSim.Region.Communications.OGS1 40namespace OpenSim.Region.Communications.OGS1
41{ 41{
42 public class OGS1UserServices : IUserService 42 public class OGS1UserServices : IUserService, IAvatarService
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45