From 5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 25 May 2008 23:27:38 +0000 Subject: Update svn properties. Formatting cleanup. --- OpenSim/Grid/GridServer/GridManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Grid/GridServer/GridManager.cs') 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 /// HTTP request header object /// HTTP response header object /// - public string RestGetRegionMethod(string request, string path, string param, + public string RestGetRegionMethod(string request, string path, string param, OSHttpRequest httpRequest, OSHttpResponse httpResponse) { return RestGetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse); @@ -895,7 +895,7 @@ namespace OpenSim.Grid.GridServer /// HTTP request header object /// HTTP response header object /// - public string RestSetRegionMethod(string request, string path, string param, + public string RestSetRegionMethod(string request, string path, string param, OSHttpRequest httpRequest, OSHttpResponse httpResponse) { return RestSetSimMethod(String.Empty, "/sims/", param, httpRequest, httpResponse); @@ -910,7 +910,7 @@ namespace OpenSim.Grid.GridServer /// HTTP request header object /// HTTP response header object /// Information about the sim in XML - public string RestGetSimMethod(string request, string path, string param, + public string RestGetSimMethod(string request, string path, string param, OSHttpRequest httpRequest, OSHttpResponse httpResponse) { string respstring = String.Empty; @@ -958,7 +958,7 @@ namespace OpenSim.Grid.GridServer /// HTTP request header object /// HTTP response header object /// "OK" or an error - public string RestSetSimMethod(string request, string path, string param, + public string RestSetSimMethod(string request, string path, string param, OSHttpRequest httpRequest, OSHttpResponse httpResponse) { Console.WriteLine("Processing region update via REST method"); -- cgit v1.1