diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 2ce63a5..b17436c 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -625,6 +625,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
625 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | 625 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) |
626 | { | 626 | { |
627 | } | 627 | } |
628 | |||
629 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) | ||
630 | { | ||
631 | } | ||
628 | 632 | ||
629 | public void SendShutdownConnectionNotice() | 633 | public void SendShutdownConnectionNotice() |
630 | { | 634 | { |