aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-18 23:04:15 +0000
committerTeravus Ovares2008-06-18 23:04:15 +0000
commitcb29926e3cefedd9bea3c26b1b7f079c8209f6fa (patch)
treebbf08176c4257299b825d899960f750266b4df1a /OpenSim/Region/Examples/SimpleModule
parentcommit justin's grafitti board to the base OpenSim script (diff)
downloadopensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.zip
opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.gz
opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.bz2
opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.xz
* Refactors call to OutPacket out of AssetCache and into LLClientView
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 99372fe..6ff600f 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -767,7 +767,10 @@ namespace OpenSim.Region.Examples.SimpleModule
767 767
768 public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) 768 public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia)
769 { 769 {
770 }
770 771
772 public void SendAsset(AssetRequestToClient req)
773 {
771 } 774 }
772 } 775 }
773} 776}