* 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

@@ -622,7 +622,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
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)
{
}