mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from)
This commit is contained in:
@@ -144,6 +144,7 @@ namespace OpenSim
|
||||
|
||||
this.SetupHttpListener();
|
||||
|
||||
//Login server setup
|
||||
LoginServer loginServer = null;
|
||||
LoginServer adminLoginServer = null;
|
||||
|
||||
@@ -169,13 +170,15 @@ namespace OpenSim
|
||||
}
|
||||
}
|
||||
|
||||
//Web front end setup
|
||||
AdminWebFront adminWebFront = new AdminWebFront("Admin", LocalWorld, InventoryCache, adminLoginServer);
|
||||
adminWebFront.LoadMethods(httpServer);
|
||||
|
||||
//Start http server
|
||||
m_console.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "Main.cs:Startup() - Starting HTTP server");
|
||||
httpServer.Start();
|
||||
|
||||
//MainServerListener();
|
||||
// Start UDP server
|
||||
this.m_udpServer.ServerListener();
|
||||
|
||||
m_heartbeatTimer.Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user