From e0765fa6c8fbcb385802d194a7bf08b4e686553a Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 12 Dec 2008 22:20:13 +0000 Subject: more work on moving FileTransfer code to the clientstack. Although its still not enabled. --- OpenSim/Framework/IClientFileTransfer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/IClientFileTransfer.cs') diff --git a/OpenSim/Framework/IClientFileTransfer.cs b/OpenSim/Framework/IClientFileTransfer.cs index 8cdf795..ec8e623 100644 --- a/OpenSim/Framework/IClientFileTransfer.cs +++ b/OpenSim/Framework/IClientFileTransfer.cs @@ -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 -- cgit v1.1