mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Refactored out a few warnings related to Adam's bane OutPacket
This commit is contained in:
@@ -933,6 +933,10 @@ namespace OpenSim.Framework
|
||||
void sendLandObjectOwners(Dictionary<LLUUID, int> 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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user