diff options
author | Justin Clarke Casey | 2008-02-18 17:31:05 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-18 17:31:05 +0000 |
commit | b37b71b2738599419239b3e3081f9e1b5e78ec06 (patch) | |
tree | c74d1ca6404340434c9d123b725385f7efb85c50 /OpenSim/Grid/GridServer/GridManager.cs | |
parent | * Since default loglevel is debug, I'm commenting out the resending x packet ... (diff) | |
download | opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.zip opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.gz opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.bz2 opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.xz |
* Make RegionProfileData.RequestSimProfileData static
* Minor documentation bits
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 5cd83ea..634abc8 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -503,6 +503,11 @@ namespace OpenSim.Grid.GridServer | |||
503 | 503 | ||
504 | } | 504 | } |
505 | 505 | ||
506 | /// <summary> | ||
507 | /// Returns an XML RPC response to a simulator profile request | ||
508 | /// </summary> | ||
509 | /// <param name="request"></param> | ||
510 | /// <returns></returns> | ||
506 | public XmlRpcResponse XmlRpcSimulatorDataRequestMethod(XmlRpcRequest request) | 511 | public XmlRpcResponse XmlRpcSimulatorDataRequestMethod(XmlRpcRequest request) |
507 | { | 512 | { |
508 | Hashtable requestData = (Hashtable) request.Params[0]; | 513 | Hashtable requestData = (Hashtable) request.Params[0]; |