* refactor: rename SendImagePart to SendImageFirstPart since this is more descriptive of its actual function

This commit is contained in:
Justin Clarke Casey
2008-10-15 14:56:58 +00:00
parent 8ba8b0300a
commit 063ba29ff8
5 changed files with 16 additions and 10 deletions

View File

@@ -2603,7 +2603,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
OutPacket(newPack, ThrottleOutPacketType.Asset);
}
public void SendImagePart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
public void SendImageFirstPart(
ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
{
ImageDataPacket im = new ImageDataPacket();
im.Header.Reliable = false;