aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/IRestHandler.cs
diff options
context:
space:
mode:
authorMW2007-03-30 10:14:15 +0000
committerMW2007-03-30 10:14:15 +0000
commitd14a24d5caa6a8b8fc3a09fd0be12420d7ce6372 (patch)
tree4590bd24aa556c4fbd53bfef99b311a07e39df93 /Servers/IRestHandler.cs
parentWhen you change the name of a inventory item, it should no longer revert afte... (diff)
downloadopensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.zip
opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.gz
opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.bz2
opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.xz
Started to add a few features to the web front end that should be useful during debugging.
First such feature is that you can see a list of any connected clients inventory.
Diffstat (limited to 'Servers/IRestHandler.cs')
-rw-r--r--Servers/IRestHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/IRestHandler.cs b/Servers/IRestHandler.cs
index 46459ff..08737cc 100644
--- a/Servers/IRestHandler.cs
+++ b/Servers/IRestHandler.cs
@@ -2,7 +2,7 @@ using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4 4
5namespace OpenSim.CAPS 5namespace OpenSim.Servers
6{ 6{
7 public delegate string RestMethod( string request, string path ); 7 public delegate string RestMethod( string request, string path );
8} 8}