mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 18:55:37 +08:00
* refactor: move code concerned with creating a subsequent image packet to LLClientView
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user