From 2226626fec4e8459873fdd7586c07c98401cdb5d Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 15 Oct 2008 15:30:27 +0000 Subject: * refactor: move code concerned with creating a subsequent image packet to LLClientView --- OpenSim/Framework/IClientAPI.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d370aed..d5d4c34 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -802,6 +802,15 @@ namespace OpenSim.Framework /// /// void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec); + + /// + /// Send the next packet for a series of packets making up a single texture, + /// as established by SendImageFirstPart() + /// + /// + /// + /// + void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData); void SendShutdownConnectionNotice(); -- cgit v1.1