From 536a92ca84d510b96595a48df74c61eab6f96749 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 10 May 2008 12:01:36 +0000 Subject: Refactored out a few warnings related to Adam's bane OutPacket --- OpenSim/Framework/IClientAPI.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 277eb88..9927808 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -933,6 +933,10 @@ namespace OpenSim.Framework void sendLandObjectOwners(Dictionary ownersAndCount); void sendLandParcelOverlay(byte[] data, int sequence_id); + void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID); + void SendConfirmXfer(ulong xferID, uint PacketID); + void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName); + byte[] GetThrottlesPacked(float multiplier); -- cgit v1.1