diff options
author | Diva Canto | 2010-07-04 13:56:03 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-04 13:56:03 -0700 |
commit | 02a15bc787b2cc6784c9626e041a4365ec362194 (patch) | |
tree | ae50c7d544052b51fc50f364832492b6d9160165 /OpenSim/Region/Framework | |
parent | Fixes the obvious problem in mantis #4841. Melanie needs to look at other pot... (diff) | |
download | opensim-SC_OLD-02a15bc787b2cc6784c9626e041a4365ec362194.zip opensim-SC_OLD-02a15bc787b2cc6784c9626e041a4365ec362194.tar.gz opensim-SC_OLD-02a15bc787b2cc6784c9626e041a4365ec362194.tar.bz2 opensim-SC_OLD-02a15bc787b2cc6784c9626e041a4365ec362194.tar.xz |
Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IInventoryAccessModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IInventoryAccessModule.cs b/OpenSim/Region/Framework/Interfaces/IInventoryAccessModule.cs index 97f4188..2d4f509 100644 --- a/OpenSim/Region/Framework/Interfaces/IInventoryAccessModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IInventoryAccessModule.cs | |||
@@ -43,5 +43,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
43 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, | 43 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, |
44 | bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment); | 44 | bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment); |
45 | void TransferInventoryAssets(InventoryItemBase item, UUID sender, UUID receiver); | 45 | void TransferInventoryAssets(InventoryItemBase item, UUID sender, UUID receiver); |
46 | bool GetAgentInventoryItem(IClientAPI remoteClient, UUID itemID, UUID requestID); | ||
47 | //bool GetTextureFromAgentInventory(UUID agentID, UUID assetID); | ||
46 | } | 48 | } |
47 | } | 49 | } |