* Refactors call to OutPacket out of AssetCache and into LLClientView

This commit is contained in:
Teravus Ovares
2008-06-18 23:04:15 +00:00
parent 6753578465
commit cb29926e3c
6 changed files with 165 additions and 68 deletions

View File

@@ -1011,6 +1011,8 @@ namespace OpenSim.Framework
void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia);
void SendAsset(AssetRequestToClient req);
byte[] GetThrottlesPacked(float multiplier);