diff options
author | Justin Clarke Casey | 2009-03-19 19:21:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-19 19:21:17 +0000 |
commit | 8f1844665ba9f1fa1ee7e16ed137d112497473b7 (patch) | |
tree | fe1dbaaee66ea7620b780de3918fef8fcb26ca72 /OpenSim/Framework/Servers/RestSessionService.cs | |
parent | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ... (diff) | |
download | opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.zip opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.gz opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.bz2 opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.xz |
* Group OpenSim.Framework.Servers interfaces together
Diffstat (limited to 'OpenSim/Framework/Servers/RestSessionService.cs')
-rw-r--r-- | OpenSim/Framework/Servers/RestSessionService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/RestSessionService.cs b/OpenSim/Framework/Servers/RestSessionService.cs index 60da05e..6a8b614 100644 --- a/OpenSim/Framework/Servers/RestSessionService.cs +++ b/OpenSim/Framework/Servers/RestSessionService.cs | |||
@@ -33,6 +33,7 @@ using System.Text; | |||
33 | using System.Xml; | 33 | using System.Xml; |
34 | using System.Xml.Serialization; | 34 | using System.Xml.Serialization; |
35 | using log4net; | 35 | using log4net; |
36 | using OpenSim.Framework.Servers.Interfaces; | ||
36 | 37 | ||
37 | namespace OpenSim.Framework.Servers | 38 | namespace OpenSim.Framework.Servers |
38 | { | 39 | { |