* refactor: move code concerned with creating a subsequent image packet to LLClientView

This commit is contained in:
Justin Clarke Casey
2008-10-15 15:30:27 +00:00
parent 063ba29ff8
commit 2226626fec
5 changed files with 32 additions and 9 deletions

View File

@@ -625,6 +625,10 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
{
}
public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData)
{
}
public void SendShutdownConnectionNotice()
{