diff options
author | Teravus Ovares | 2008-06-18 23:04:15 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-18 23:04:15 +0000 |
commit | cb29926e3cefedd9bea3c26b1b7f079c8209f6fa (patch) | |
tree | bbf08176c4257299b825d899960f750266b4df1a /OpenSim/Framework/IClientAPI.cs | |
parent | commit justin's grafitti board to the base OpenSim script (diff) | |
download | opensim-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/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 11cc166..fafd31d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1011,6 +1011,8 @@ namespace OpenSim.Framework | |||
1011 | 1011 | ||
1012 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 1012 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
1013 | 1013 | ||
1014 | void SendAsset(AssetRequestToClient req); | ||
1015 | |||
1014 | byte[] GetThrottlesPacked(float multiplier); | 1016 | byte[] GetThrottlesPacked(float multiplier); |
1015 | 1017 | ||
1016 | 1018 | ||