diff options
author | MW | 2008-02-05 13:02:03 +0000 |
---|---|---|
committer | MW | 2008-02-05 13:02:03 +0000 |
commit | 33c4631c6d1912fb4e5af65ece7a2aa80c8b0005 (patch) | |
tree | 7cdabf3047e454b5235d4e67da5e722e025f9524 /OpenSim/Framework/Communications/IInventoryServices.cs | |
parent | * Fix Mantis 457 (diff) | |
download | opensim-SC-33c4631c6d1912fb4e5af65ece7a2aa80c8b0005.zip opensim-SC-33c4631c6d1912fb4e5af65ece7a2aa80c8b0005.tar.gz opensim-SC-33c4631c6d1912fb4e5af65ece7a2aa80c8b0005.tar.bz2 opensim-SC-33c4631c6d1912fb4e5af65ece7a2aa80c8b0005.tar.xz |
some small changes, like adding a couple of extra methods to IInventoryServices so that a check can be done to see if a inventory set exists for a certain user.
Diffstat (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IInventoryServices.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index f2e5cc5..15a2f02 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs | |||
@@ -44,6 +44,8 @@ namespace OpenSim.Framework.Communications | |||
44 | void AddNewInventoryItem(LLUUID userID, InventoryItemBase item); | 44 | void AddNewInventoryItem(LLUUID userID, InventoryItemBase item); |
45 | void DeleteInventoryItem(LLUUID userID, InventoryItemBase item); | 45 | void DeleteInventoryItem(LLUUID userID, InventoryItemBase item); |
46 | void CreateNewUserInventory(LLUUID user); | 46 | void CreateNewUserInventory(LLUUID user); |
47 | bool HasInventoryForUser(LLUUID userID); | ||
48 | InventoryFolderBase RequestRootFolder(LLUUID userID); | ||
47 | 49 | ||
48 | /// <summary> | 50 | /// <summary> |
49 | /// Returns the root folder plus any folders in root (so down one level in the Inventory folders tree) | 51 | /// Returns the root folder plus any folders in root (so down one level in the Inventory folders tree) |