diff options
author | Melanie Thielker | 2009-03-23 00:11:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-23 00:11:34 +0000 |
commit | 412112acbafa6e1f111b12007fd3a81728d0b2f5 (patch) | |
tree | e7c8b2d89c8c01d95049c3b57b925d9f31cb61e8 /OpenSim/Framework/Communications/ISecureInventoryService.cs | |
parent | Send proper creation date on item gives, so objects will appear at the top of (diff) | |
download | opensim-SC-412112acbafa6e1f111b12007fd3a81728d0b2f5.zip opensim-SC-412112acbafa6e1f111b12007fd3a81728d0b2f5.tar.gz opensim-SC-412112acbafa6e1f111b12007fd3a81728d0b2f5.tar.bz2 opensim-SC-412112acbafa6e1f111b12007fd3a81728d0b2f5.tar.xz |
Committing partial work on passing folders across instances. This may crash.
Diffstat (limited to 'OpenSim/Framework/Communications/ISecureInventoryService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/ISecureInventoryService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/ISecureInventoryService.cs b/OpenSim/Framework/Communications/ISecureInventoryService.cs index d70dd0b..a405ee5 100644 --- a/OpenSim/Framework/Communications/ISecureInventoryService.cs +++ b/OpenSim/Framework/Communications/ISecureInventoryService.cs | |||
@@ -98,6 +98,8 @@ namespace OpenSim.Framework.Communications | |||
98 | 98 | ||
99 | InventoryItemBase QueryItem(InventoryItemBase item, UUID session_id); | 99 | InventoryItemBase QueryItem(InventoryItemBase item, UUID session_id); |
100 | 100 | ||
101 | InventoryFolderBase QueryFolder(InventoryFolderBase item, UUID session_id); | ||
102 | |||
101 | /// <summary> | 103 | /// <summary> |
102 | /// Does the given user have an inventory structure? | 104 | /// Does the given user have an inventory structure? |
103 | /// </summary> | 105 | /// </summary> |