aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLStandaloneLoginService.cs
diff options
context:
space:
mode:
authorMW2009-03-03 16:36:21 +0000
committerMW2009-03-03 16:36:21 +0000
commit84d6b024756a051fae1a6a24a925fa29f44b5c4e (patch)
tree51572c2c74ac04491e0ae4247fb34b2c661feb1e /OpenSim/Client/Linden/LLStandaloneLoginService.cs
parentforgotten files (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Client/Linden/LLStandaloneLoginService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginService.cs b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
index f772185..5f43814 100644
--- a/OpenSim/Client/Linden/LLStandaloneLoginService.cs
+++ b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
@@ -61,14 +61,14 @@ namespace OpenSim.Client.Linden
61 /// <summary> 61 /// <summary>
62 /// Used to make requests to the local regions. 62 /// Used to make requests to the local regions.
63 /// </summary> 63 /// </summary>
64 protected ILoginRegionsConnector m_regionsConnector; 64 protected ILoginServiceToRegionsConnector m_regionsConnector;
65 65
66 66
67 public LLStandaloneLoginService( 67 public LLStandaloneLoginService(
68 UserManagerBase userManager, string welcomeMess, 68 UserManagerBase userManager, string welcomeMess,
69 IInterServiceInventoryServices interServiceInventoryService, 69 IInterServiceInventoryServices interServiceInventoryService,
70 NetworkServersInfo serversInfo, 70 NetworkServersInfo serversInfo,
71 bool authenticate, LibraryRootFolder libraryRootFolder, ILoginRegionsConnector regionsConnector) 71 bool authenticate, LibraryRootFolder libraryRootFolder, ILoginServiceToRegionsConnector regionsConnector)
72 : base(userManager, libraryRootFolder, welcomeMess) 72 : base(userManager, libraryRootFolder, welcomeMess)
73 { 73 {
74 this.serversInfo = serversInfo; 74 this.serversInfo = serversInfo;