Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.

This commit is contained in:
Diva Canto
2010-07-04 13:56:03 -07:00
parent 863462dbb8
commit 77e54747d8
6 changed files with 78 additions and 81 deletions

View File

@@ -43,5 +43,7 @@ namespace OpenSim.Region.Framework.Interfaces
UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection,
bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment);
void TransferInventoryAssets(InventoryItemBase item, UUID sender, UUID receiver);
bool GetAgentInventoryItem(IClientAPI remoteClient, UUID itemID, UUID requestID);
//bool GetTextureFromAgentInventory(UUID agentID, UUID assetID);
}
}