aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/IRestHandler.cs
diff options
context:
space:
mode:
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}