mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
more work on moving FileTransfer code to the clientstack.
Although its still not enabled.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public delegate void UploadComplete(string filename, byte[] fileData, IClientAPI remoteClient);
|
||||
public delegate void UploadComplete(string filename, UUID fileID, byte[] fileData, IClientAPI remoteClient);
|
||||
public delegate void UploadAborted(string filename, ulong id, IClientAPI remoteClient);
|
||||
|
||||
public interface IClientFileTransfer
|
||||
|
||||
Reference in New Issue
Block a user