aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
diff options
context:
space:
mode:
authorBlueWall2012-01-17 22:10:47 -0500
committerBlueWall2012-01-17 22:10:47 -0500
commit717656c453843a77dfef6d183565ab55e94e68fc (patch)
tree20faf85730869b675b5e688ee333a89806b67fb8 /OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
parentChange linux, windows and mac ODE libraries to use the GIMPACT collider rathe... (diff)
parentUpdate osGetGrid**** functions (diff)
downloadopensim-SC_OLD-717656c453843a77dfef6d183565ab55e94e68fc.zip
opensim-SC_OLD-717656c453843a77dfef6d183565ab55e94e68fc.tar.gz
opensim-SC_OLD-717656c453843a77dfef6d183565ab55e94e68fc.tar.bz2
opensim-SC_OLD-717656c453843a77dfef6d183565ab55e94e68fc.tar.xz
Merge branch 'master' of /home/opensim/src/opensim
Diffstat (limited to 'OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs')
-rw-r--r--OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs b/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
index 8472d34..f9b5915 100644
--- a/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
+++ b/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
@@ -48,6 +48,8 @@ namespace OpenSim.Server.Handlers.Grid
48 48
49 server.AddStreamHandler(new RestStreamHandler("GET", "/get_grid_info", 49 server.AddStreamHandler(new RestStreamHandler("GET", "/get_grid_info",
50 handlers.RestGetGridInfoMethod)); 50 handlers.RestGetGridInfoMethod));
51 server.AddStreamHandler(new RestStreamHandler("GET", "/json_grid_info",
52 handlers.JsonGetGridInfoMethod));
51 server.AddXmlRPCHandler("get_grid_info", handlers.XmlRpcGridInfoMethod); 53 server.AddXmlRPCHandler("get_grid_info", handlers.XmlRpcGridInfoMethod);
52 } 54 }
53 55