diff options
author | lbsa71 | 2007-09-24 01:16:21 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-24 01:16:21 +0000 |
commit | 79045abe685efef2c497b6cae97601689186153f (patch) | |
tree | 9917bba55dcd738ee7dc7bce6dd07dfab577c43e /OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |
parent | * Purged 'Regions' code pending Agent layer grok. (diff) | |
download | opensim-SC_OLD-79045abe685efef2c497b6cae97601689186153f.zip opensim-SC_OLD-79045abe685efef2c497b6cae97601689186153f.tar.gz opensim-SC_OLD-79045abe685efef2c497b6cae97601689186153f.tar.bz2 opensim-SC_OLD-79045abe685efef2c497b6cae97601689186153f.tar.xz |
* Renamed stuff on UserManagerBase to get implicit implementation of IUserServices (instead of stubs)
Diffstat (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index e326a1e..0105b9d 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -45,7 +45,7 @@ namespace OpenSim.Region.Communications.Local | |||
45 | public LocalLoginService LoginServices; | 45 | public LocalLoginService LoginServices; |
46 | public LocalInventoryService InvenServices; | 46 | public LocalInventoryService InvenServices; |
47 | // public CAPSService CapsServices; | 47 | // public CAPSService CapsServices; |
48 | private LocalSettings m_settings; | 48 | private readonly LocalSettings m_settings; |
49 | 49 | ||
50 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, LocalSettings settings) | 50 | public CommunicationsLocal(NetworkServersInfo serversInfo, BaseHttpServer httpServer, AssetCache assetCache, LocalSettings settings) |
51 | : base(serversInfo, httpServer, assetCache) | 51 | : base(serversInfo, httpServer, assetCache) |