* Moved SendNameReply to ClientView

* Removed unused LoginService
* Minor renames on BinaryStreamHandler
This commit is contained in:
lbsa71
2007-07-13 07:19:00 +00:00
parent 0f1b2f278b
commit a0ac1f06e6
6 changed files with 31 additions and 53 deletions

View File

@@ -28,5 +28,4 @@
namespace OpenSim.Framework.Servers
{
public delegate string RestMethod( string request, string path, string param );
public delegate string BinaryMethod(byte[] data, string path, string param);
}