diff options
author | Teravus Ovares | 2008-05-10 12:01:36 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-10 12:01:36 +0000 |
commit | 536a92ca84d510b96595a48df74c61eab6f96749 (patch) | |
tree | 2f569d91e112dec96de3f5273541e6d097fcaa9c /OpenSim/Framework/IClientAPI.cs | |
parent | * Experiment in Zerocoding. (diff) | |
download | opensim-SC_OLD-536a92ca84d510b96595a48df74c61eab6f96749.zip opensim-SC_OLD-536a92ca84d510b96595a48df74c61eab6f96749.tar.gz opensim-SC_OLD-536a92ca84d510b96595a48df74c61eab6f96749.tar.bz2 opensim-SC_OLD-536a92ca84d510b96595a48df74c61eab6f96749.tar.xz |
Refactored out a few warnings related to Adam's bane OutPacket
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 | ||