diff options
author | MW | 2007-06-14 12:27:36 +0000 |
---|---|---|
committer | MW | 2007-06-14 12:27:36 +0000 |
commit | 3aecb5437953c793212834e0e9426a4852d85458 (patch) | |
tree | a3d868c450467afee2f557ee85717d1269cf39d0 /Common/OpenSim.Servers/LoginServer.cs | |
parent | * Applied Prebuild fixes to Sugilite (diff) | |
download | opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.zip opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.gz opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.bz2 opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.xz |
Deleted IGridServer interface (and classes implementing that).
Diffstat (limited to '')
-rw-r--r-- | Common/OpenSim.Servers/LoginServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenSim.Servers/LoginServer.cs b/Common/OpenSim.Servers/LoginServer.cs index c63eb28..1243147 100644 --- a/Common/OpenSim.Servers/LoginServer.cs +++ b/Common/OpenSim.Servers/LoginServer.cs | |||
@@ -53,7 +53,7 @@ namespace OpenSim.UserServer | |||
53 | /// </summary> | 53 | /// </summary> |
54 | public class LoginServer : LoginService, IUserServer | 54 | public class LoginServer : LoginService, IUserServer |
55 | { | 55 | { |
56 | private IGridServer m_gridServer; | 56 | //private IGridServer m_gridServer; |
57 | public IPAddress clientAddress = IPAddress.Loopback; | 57 | public IPAddress clientAddress = IPAddress.Loopback; |
58 | public IPAddress remoteAddress = IPAddress.Any; | 58 | public IPAddress remoteAddress = IPAddress.Any; |
59 | private int NumClients; | 59 | private int NumClients; |
@@ -96,7 +96,7 @@ namespace OpenSim.UserServer | |||
96 | 96 | ||
97 | this._mpasswd = EncodePassword("testpass"); | 97 | this._mpasswd = EncodePassword("testpass"); |
98 | 98 | ||
99 | userManager = new LocalUserProfileManager(this.m_gridServer, m_simPort, m_simAddr, regionX, regionY); | 99 | userManager = new LocalUserProfileManager( m_simPort, m_simAddr, regionX, regionY); |
100 | //userManager.InitUserProfiles(); | 100 | //userManager.InitUserProfiles(); |
101 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); | 101 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); |
102 | } | 102 | } |