diff options
author | lbsa71 | 2007-10-31 12:45:03 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-31 12:45:03 +0000 |
commit | 0d528e1d226283fa9acfafbd60b8a7461f509a85 (patch) | |
tree | 961a56c1e0f4857787a38ba5167dfc48404a9a90 /OpenSim/Region/Application | |
parent | fixed bug with user not getting land properties on login (diff) | |
download | opensim-SC_OLD-0d528e1d226283fa9acfafbd60b8a7461f509a85.zip opensim-SC_OLD-0d528e1d226283fa9acfafbd60b8a7461f509a85.tar.gz opensim-SC_OLD-0d528e1d226283fa9acfafbd60b8a7461f509a85.tar.bz2 opensim-SC_OLD-0d528e1d226283fa9acfafbd60b8a7461f509a85.tar.xz |
* Added a streamhandler that does streams both in and out
* The RestDeserialisehandler now does streams and returns an object instead of string
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 6be067f..aec9500 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -415,7 +415,7 @@ namespace OpenSim | |||
415 | return GetPhysicsScene(m_physicsEngine); | 415 | return GetPhysicsScene(m_physicsEngine); |
416 | } | 416 | } |
417 | 417 | ||
418 | private class SimStatusHandler : IStreamHandler | 418 | private class SimStatusHandler : IStreamedRequestHandler |
419 | { | 419 | { |
420 | public byte[] Handle(string path, Stream request) | 420 | public byte[] Handle(string path, Stream request) |
421 | { | 421 | { |