diff options
author | MW | 2008-06-28 17:43:20 +0000 |
---|---|---|
committer | MW | 2008-06-28 17:43:20 +0000 |
commit | a9347b6ceb194a352ad2a5796e7ed7e8fc598c26 (patch) | |
tree | 2392880066755967ae0716a0d06b44247025e510 /OpenSim/Region/Communications/Local | |
parent | Comment out StringTest until we use it somewhere. (diff) | |
download | opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.zip opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.gz opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.bz2 opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.xz |
Extracted the Avatar appearance functions out of the IUserService interface and moved them into a IAvatarService
Although "out of the box", there is no actual functional change to behavior
Diffstat (limited to 'OpenSim/Region/Communications/Local')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 2065006..5fd5524 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -47,6 +47,7 @@ namespace OpenSim.Region.Communications.Local | |||
47 | AddInventoryService( inventoryService); | 47 | AddInventoryService( inventoryService); |
48 | m_defaultInventoryHost = inventoryService.Host; | 48 | m_defaultInventoryHost = inventoryService.Host; |
49 | m_userService = userService; | 49 | m_userService = userService; |
50 | m_avatarService = (IAvatarService)userService; | ||
50 | m_gridService = gridService; | 51 | m_gridService = gridService; |
51 | m_interRegion = interRegionService; | 52 | m_interRegion = interRegionService; |
52 | } | 53 | } |