aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-25 23:27:38 +0000
committerJeff Ames2008-05-25 23:27:38 +0000
commit5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d (patch)
treeb010c015ac515fe2a3dd0c9f89c16cbc6383d685 /OpenSim/Grid/GridServer/GridManager.cs
parent* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho... (diff)
downloadopensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.zip
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.gz
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.bz2
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.xz
Update svn properties. Formatting cleanup.
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 5a6a328..d0eec32 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -880,7 +880,7 @@ namespace OpenSim.Grid.GridServer
880 /// <param name="httpRequest">HTTP request header object</param> 880 /// <param name="httpRequest">HTTP request header object</param>
881 /// <param name="httpResponse">HTTP response header object</param> 881 /// <param name="httpResponse">HTTP response header object</param>
882 /// <returns></returns> 882 /// <returns></returns>
883 public string RestGetRegionMethod(string request, string path, string param, 883 public string RestGetRegionMethod(string request, string path, string param,
884 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 884 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
885 { 885 {
886 return RestGetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse); 886 return RestGetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse);
@@ -895,7 +895,7 @@ namespace OpenSim.Grid.GridServer
895 /// <param name="httpRequest">HTTP request header object</param> 895 /// <param name="httpRequest">HTTP request header object</param>
896 /// <param name="httpResponse">HTTP response header object</param> 896 /// <param name="httpResponse">HTTP response header object</param>
897 /// <returns></returns> 897 /// <returns></returns>
898 public string RestSetRegionMethod(string request, string path, string param, 898 public string RestSetRegionMethod(string request, string path, string param,
899 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 899 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
900 { 900 {
901 return RestSetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse); 901 return RestSetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse);
@@ -910,7 +910,7 @@ namespace OpenSim.Grid.GridServer
910 /// <param name="httpRequest">HTTP request header object</param> 910 /// <param name="httpRequest">HTTP request header object</param>
911 /// <param name="httpResponse">HTTP response header object</param> 911 /// <param name="httpResponse">HTTP response header object</param>
912 /// <returns>Information about the sim in XML</returns> 912 /// <returns>Information about the sim in XML</returns>
913 public string RestGetSimMethod(string request, string path, string param, 913 public string RestGetSimMethod(string request, string path, string param,
914 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 914 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
915 { 915 {
916 string respstring = String.Empty; 916 string respstring = String.Empty;
@@ -958,7 +958,7 @@ namespace OpenSim.Grid.GridServer
958 /// <param name="httpRequest">HTTP request header object</param> 958 /// <param name="httpRequest">HTTP request header object</param>
959 /// <param name="httpResponse">HTTP response header object</param> 959 /// <param name="httpResponse">HTTP response header object</param>
960 /// <returns>"OK" or an error</returns> 960 /// <returns>"OK" or an error</returns>
961 public string RestSetSimMethod(string request, string path, string param, 961 public string RestSetSimMethod(string request, string path, string param,
962 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 962 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
963 { 963 {
964 Console.WriteLine("Processing region update via REST method"); 964 Console.WriteLine("Processing region update via REST method");