diff options
author | lbsa71 | 2007-10-05 13:12:34 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-05 13:12:34 +0000 |
commit | 82bdf535df7cf295574b83b9e5d3cc8fca991ea6 (patch) | |
tree | 844e7d25e575f15a1a6b9dda347bb5c437f38077 /OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |
parent | Some tiny refactoring (diff) | |
download | opensim-SC_OLD-82bdf535df7cf295574b83b9e5d3cc8fca991ea6.zip opensim-SC_OLD-82bdf535df7cf295574b83b9e5d3cc8fca991ea6.tar.gz opensim-SC_OLD-82bdf535df7cf295574b83b9e5d3cc8fca991ea6.tar.bz2 opensim-SC_OLD-82bdf535df7cf295574b83b9e5d3cc8fca991ea6.tar.xz |
* minor refactoring
* using base type IUserService
Diffstat (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 3bfcd8e..e57e445 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -25,22 +25,17 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | using System; | ||
29 | using libsecondlife; | ||
30 | using OpenSim.Framework.Communications; | 28 | using OpenSim.Framework.Communications; |
31 | using OpenSim.Framework.Communications.Cache; | 29 | using OpenSim.Framework.Communications.Cache; |
32 | using OpenSim.Framework.Console; | 30 | using OpenSim.Framework.Interfaces; |
33 | using OpenSim.Framework.Data; | ||
34 | using OpenSim.Framework.Servers; | 31 | using OpenSim.Framework.Servers; |
35 | using OpenSim.Framework.Types; | 32 | using OpenSim.Framework.Types; |
36 | using OpenSim.Framework.Utilities; | ||
37 | using OpenSim.Framework.Interfaces; | ||
38 | 33 | ||
39 | namespace OpenSim.Region.Communications.Local | 34 | namespace OpenSim.Region.Communications.Local |
40 | { | 35 | { |
41 | public class CommunicationsLocal : CommunicationsManager | 36 | public class CommunicationsLocal : CommunicationsManager |
42 | { | 37 | { |
43 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, IUserService userService, LocalInventoryService inventoryService, IInterRegionCommunications interRegionService, IGridServices gridService) | 38 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, IUserService userService, LocalInventoryService inventoryService, IInterRegionCommunications interRegionService, IGridServices gridService) |
44 | : base(serversInfo, httpServer, assetCache) | 39 | : base(serversInfo, httpServer, assetCache) |
45 | { | 40 | { |
46 | m_inventoryService = inventoryService; | 41 | m_inventoryService = inventoryService; |