aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestMethod.cs
diff options
context:
space:
mode:
authorlbsa712007-07-13 07:19:00 +0000
committerlbsa712007-07-13 07:19:00 +0000
commita0ac1f06e62bdfcf08264c8e89fb4e42a2d1f5d6 (patch)
tree6506411c17915cbc94fee8d115c0d4975dca0531 /OpenSim/Framework/Servers/RestMethod.cs
parent* Fixing compiler warnings in an attempt to reduce them back down to zero. (diff)
downloadopensim-SC_OLD-a0ac1f06e62bdfcf08264c8e89fb4e42a2d1f5d6.zip
opensim-SC_OLD-a0ac1f06e62bdfcf08264c8e89fb4e42a2d1f5d6.tar.gz
opensim-SC_OLD-a0ac1f06e62bdfcf08264c8e89fb4e42a2d1f5d6.tar.bz2
opensim-SC_OLD-a0ac1f06e62bdfcf08264c8e89fb4e42a2d1f5d6.tar.xz
* Moved SendNameReply to ClientView
* Removed unused LoginService * Minor renames on BinaryStreamHandler
Diffstat (limited to 'OpenSim/Framework/Servers/RestMethod.cs')
-rw-r--r--OpenSim/Framework/Servers/RestMethod.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/RestMethod.cs b/OpenSim/Framework/Servers/RestMethod.cs
index 2a92fc1..c6cb230 100644
--- a/OpenSim/Framework/Servers/RestMethod.cs
+++ b/OpenSim/Framework/Servers/RestMethod.cs
@@ -28,5 +28,4 @@
28namespace OpenSim.Framework.Servers 28namespace OpenSim.Framework.Servers
29{ 29{
30 public delegate string RestMethod( string request, string path, string param ); 30 public delegate string RestMethod( string request, string path, string param );
31 public delegate string BinaryMethod(byte[] data, string path, string param);
32} 31}