aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
diff options
context:
space:
mode:
authorDiva Canto2011-04-12 20:24:28 -0700
committerDiva Canto2011-04-12 20:24:28 -0700
commit7592a033df4f81ba985e1d6f57ad0ef488dc5745 (patch)
tree14969e6c75d9dc08e517e4a26429b5fd84bdd034 /OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
parentImplemented terrain save-tile command. Does the opposite of load-tile. For no... (diff)
downloadopensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.zip
opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.gz
opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.bz2
opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.xz
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs b/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
index fdfcd10..919ea33 100644
--- a/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
@@ -33,7 +33,6 @@ using OpenMetaverse;
33using OpenSim.Framework; 33using OpenSim.Framework;
34using OpenSim.Framework.Communications; 34using OpenSim.Framework.Communications;
35using OpenSim.Framework.Servers; 35using OpenSim.Framework.Servers;
36using OpenSim.Framework.Servers.HttpServer;
37using OpenSim.Framework.Client; 36using OpenSim.Framework.Client;
38using OpenSim.Region.Framework.Interfaces; 37using OpenSim.Region.Framework.Interfaces;
39using OpenSim.Region.Framework.Scenes; 38using OpenSim.Region.Framework.Scenes;