aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers/LocalUserProfileManager.cs
diff options
context:
space:
mode:
authorMW2007-06-14 12:27:36 +0000
committerMW2007-06-14 12:27:36 +0000
commit3aecb5437953c793212834e0e9426a4852d85458 (patch)
treea3d868c450467afee2f557ee85717d1269cf39d0 /Common/OpenSim.Servers/LocalUserProfileManager.cs
parent* Applied Prebuild fixes to Sugilite (diff)
downloadopensim-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 'Common/OpenSim.Servers/LocalUserProfileManager.cs')
-rw-r--r--Common/OpenSim.Servers/LocalUserProfileManager.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/OpenSim.Servers/LocalUserProfileManager.cs b/Common/OpenSim.Servers/LocalUserProfileManager.cs
index 4f327a7..773de5a 100644
--- a/Common/OpenSim.Servers/LocalUserProfileManager.cs
+++ b/Common/OpenSim.Servers/LocalUserProfileManager.cs
@@ -41,16 +41,16 @@ namespace OpenSim.UserServer
41{ 41{
42 public class LocalUserProfileManager : UserProfileManager 42 public class LocalUserProfileManager : UserProfileManager
43 { 43 {
44 private IGridServer m_gridServer; 44 // private IGridServer m_gridServer;
45 private int m_port; 45 private int m_port;
46 private string m_ipAddr; 46 private string m_ipAddr;
47 private uint regionX; 47 private uint regionX;
48 private uint regionY; 48 private uint regionY;
49 private AddNewSessionHandler AddSession; 49 private AddNewSessionHandler AddSession;
50 50
51 public LocalUserProfileManager(IGridServer gridServer, int simPort, string ipAddr , uint regX, uint regY) 51 public LocalUserProfileManager( int simPort, string ipAddr , uint regX, uint regY)
52 { 52 {
53 m_gridServer = gridServer; 53
54 m_port = simPort; 54 m_port = simPort;
55 m_ipAddr = ipAddr; 55 m_ipAddr = ipAddr;
56 regionX = regX; 56 regionX = regX;