diff options
author | mingchen | 2007-07-03 14:56:00 +0000 |
---|---|---|
committer | mingchen | 2007-07-03 14:56:00 +0000 |
commit | 898b48464a288e963fc588afc5fb0c9d51bdc755 (patch) | |
tree | fcba29108d5c6524fb1772c26f9568ab605cffc4 /OpenSim/Grid/GridServer/Main.cs | |
parent | * Optimized usings (the 'LL ate my scripts' commit) (diff) | |
download | opensim-SC_OLD-898b48464a288e963fc588afc5fb0c9d51bdc755.zip opensim-SC_OLD-898b48464a288e963fc588afc5fb0c9d51bdc755.tar.gz opensim-SC_OLD-898b48464a288e963fc588afc5fb0c9d51bdc755.tar.bz2 opensim-SC_OLD-898b48464a288e963fc588afc5fb0c9d51bdc755.tar.xz |
*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimulatorLoginMethod
*Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
Diffstat (limited to 'OpenSim/Grid/GridServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/Main.cs index 20c4905..509549e 100644 --- a/OpenSim/Grid/GridServer/Main.cs +++ b/OpenSim/Grid/GridServer/Main.cs | |||
@@ -123,7 +123,7 @@ namespace OpenSim.Grid.GridServer | |||
123 | BaseHttpServer httpServer = new BaseHttpServer(8001); | 123 | BaseHttpServer httpServer = new BaseHttpServer(8001); |
124 | //GridManagementAgent GridManagerAgent = new GridManagementAgent(httpServer, "gridserver", Cfg.SimSendKey, Cfg.SimRecvKey, managercallback); | 124 | //GridManagementAgent GridManagerAgent = new GridManagementAgent(httpServer, "gridserver", Cfg.SimSendKey, Cfg.SimRecvKey, managercallback); |
125 | 125 | ||
126 | httpServer.AddXmlRPCHandler("simulator_login", m_gridManager.XmlRpcLoginToSimulatorMethod); | 126 | httpServer.AddXmlRPCHandler("simulator_login", m_gridManager.XmlRpcSimulatorLoginMethod); |
127 | httpServer.AddXmlRPCHandler("map_block", m_gridManager.XmlRpcMapBlockMethod); | 127 | httpServer.AddXmlRPCHandler("map_block", m_gridManager.XmlRpcMapBlockMethod); |
128 | 128 | ||
129 | httpServer.AddRestHandler("GET", "/sims/", m_gridManager.RestGetSimMethod); | 129 | httpServer.AddRestHandler("GET", "/sims/", m_gridManager.RestGetSimMethod); |