aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 600cc1b..b55e5b6 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -623,7 +623,11 @@ namespace OpenSim.Region.Examples.SimpleModule
623 public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) 623 public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData)
624 { 624 {
625 } 625 }
626 626
627 public void SendImageNotFound(UUID imageid)
628 {
629 }
630
627 public void SendShutdownConnectionNotice() 631 public void SendShutdownConnectionNotice()
628 { 632 {
629 } 633 }