diff options
author | MW | 2009-03-03 16:36:21 +0000 |
---|---|---|
committer | MW | 2009-03-03 16:36:21 +0000 |
commit | 84d6b024756a051fae1a6a24a925fa29f44b5c4e (patch) | |
tree | 51572c2c74ac04491e0ae4247fb34b2c661feb1e /OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |
parent | forgotten files (diff) | |
download | opensim-SC_OLD-84d6b024756a051fae1a6a24a925fa29f44b5c4e.zip opensim-SC_OLD-84d6b024756a051fae1a6a24a925fa29f44b5c4e.tar.gz opensim-SC_OLD-84d6b024756a051fae1a6a24a925fa29f44b5c4e.tar.bz2 opensim-SC_OLD-84d6b024756a051fae1a6a24a925fa29f44b5c4e.tar.xz |
Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved it from OpenSim.Client.Linden to OpenSim.Framework.
Diffstat (limited to 'OpenSim/Client/Linden/LLStandaloneLoginModule.cs')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index c5db38b..686a621 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |||
@@ -44,7 +44,7 @@ using OpenSim.Region.Framework.Interfaces; | |||
44 | 44 | ||
45 | namespace OpenSim.Client.Linden | 45 | namespace OpenSim.Client.Linden |
46 | { | 46 | { |
47 | public class LLStandaloneLoginModule : IRegionModule, ILoginRegionsConnector | 47 | public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector |
48 | { | 48 | { |
49 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 49 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
50 | 50 | ||