Refactored out a few warnings related to Adam's bane OutPacket

This commit is contained in:
Teravus Ovares
2008-05-10 12:01:36 +00:00
parent e8478dadc8
commit 536a92ca84
4 changed files with 49 additions and 19 deletions

View File

@@ -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);