diff options
Diffstat (limited to '')
-rw-r--r-- | Servers/IRestHandler.cs | 2 |
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; | |||
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | 4 | ||
5 | namespace OpenSim.CAPS | 5 | namespace OpenSim.Servers |
6 | { | 6 | { |
7 | public delegate string RestMethod( string request, string path ); | 7 | public delegate string RestMethod( string request, string path ); |
8 | } | 8 | } |