diff options
author | MW | 2007-10-05 11:40:30 +0000 |
---|---|---|
committer | MW | 2007-10-05 11:40:30 +0000 |
commit | 710b8375a98cf4dd96342eabc2eaaccc2fbd46f2 (patch) | |
tree | 4d6777043904f2226b08917a4051760331aadd00 /OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |
parent | * UserProfileData meets code conventions (diff) | |
download | opensim-SC-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.zip opensim-SC-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.gz opensim-SC-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.bz2 opensim-SC-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.xz |
Some tiny refactoring
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 7a00c5a..3bfcd8e 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -34,12 +34,13 @@ using OpenSim.Framework.Data; | |||
34 | using OpenSim.Framework.Servers; | 34 | using OpenSim.Framework.Servers; |
35 | using OpenSim.Framework.Types; | 35 | using OpenSim.Framework.Types; |
36 | using OpenSim.Framework.Utilities; | 36 | using OpenSim.Framework.Utilities; |
37 | using OpenSim.Framework.Interfaces; | ||
37 | 38 | ||
38 | namespace OpenSim.Region.Communications.Local | 39 | namespace OpenSim.Region.Communications.Local |
39 | { | 40 | { |
40 | public class CommunicationsLocal : CommunicationsManager | 41 | public class CommunicationsLocal : CommunicationsManager |
41 | { | 42 | { |
42 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, LocalUserServices userService, LocalInventoryService inventoryService, IInterRegionCommunications interRegionService, IGridServices gridService) | 43 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, IUserService userService, LocalInventoryService inventoryService, IInterRegionCommunications interRegionService, IGridServices gridService) |
43 | : base(serversInfo, httpServer, assetCache) | 44 | : base(serversInfo, httpServer, assetCache) |
44 | { | 45 | { |
45 | m_inventoryService = inventoryService; | 46 | m_inventoryService = inventoryService; |