diff options
author | Teravus Ovares | 2008-05-10 12:45:41 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-10 12:45:41 +0000 |
commit | b67f88a3a21c446f0c30e52cea45d8ff28942ec0 (patch) | |
tree | 6f41dce35dd8a94a24b73f766df39f7c1b5b7936 /OpenSim/Region/Examples | |
parent | Refactored out a few warnings related to Adam's bane OutPacket (diff) | |
download | opensim-SC_OLD-b67f88a3a21c446f0c30e52cea45d8ff28942ec0.zip opensim-SC_OLD-b67f88a3a21c446f0c30e52cea45d8ff28942ec0.tar.gz opensim-SC_OLD-b67f88a3a21c446f0c30e52cea45d8ff28942ec0.tar.bz2 opensim-SC_OLD-b67f88a3a21c446f0c30e52cea45d8ff28942ec0.tar.xz |
* Two more OutPacket refactors. TextureSender.
* The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index bc87e53..d14089b 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -522,13 +522,19 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
522 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID) | 522 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID) |
523 | { | 523 | { |
524 | } | 524 | } |
525 | |||
525 | public void SendConfirmXfer(ulong xferID, uint PacketID) | 526 | public void SendConfirmXfer(ulong xferID, uint PacketID) |
526 | { | 527 | { |
527 | } | 528 | } |
529 | |||
528 | public void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName) | 530 | public void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName) |
529 | { | 531 | { |
530 | } | 532 | } |
531 | 533 | ||
534 | public void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | ||
535 | { | ||
536 | } | ||
537 | |||
532 | private void Update() | 538 | private void Update() |
533 | { | 539 | { |
534 | frame++; | 540 | frame++; |