diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
933 | void sendLandObjectOwners(Dictionary<LLUUID, int> ownersAndCount); | 933 | void sendLandObjectOwners(Dictionary<LLUUID, int> ownersAndCount); |
934 | void sendLandParcelOverlay(byte[] data, int sequence_id); | 934 | void sendLandParcelOverlay(byte[] data, int sequence_id); |
935 | 935 | ||
936 | void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID); | ||
937 | void SendConfirmXfer(ulong xferID, uint PacketID); | ||
938 | void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName); | ||
939 | |||
936 | byte[] GetThrottlesPacked(float multiplier); | 940 | byte[] GetThrottlesPacked(float multiplier); |
937 | 941 | ||
938 | 942 | ||