From 710856e3d34837eaba90f9fae893e6a59758802f Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 4 Sep 2007 17:53:21 +0000 Subject: Removed the exit-region command, now use "change-region root" or "change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is]. --- OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 OpenSim/Region/Environment/Interfaces/IHttpRequests.cs (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs new file mode 100644 index 0000000..2294631 --- /dev/null +++ b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Text; +using libsecondlife; + +namespace OpenSim.Region.Environment.Interfaces +{ + public interface IHttpRequests + { + LLUUID MakeHttpRequest(string url, string type, string body); + } +} -- cgit v1.1