From 49a5a00b8083ab5c2bdaa6a4c2528cc6e0989641 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 13 Feb 2008 14:45:13 +0000 Subject: Added a method to access a named folder in a users inventory, to the inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider] --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Communications/OGS1') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 81689ed..8ff62d0 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -175,6 +175,11 @@ namespace OpenSim.Region.Communications.OGS1 return null; } + public virtual InventoryFolderBase RequestNamedFolder(LLUUID userID, string folderName) + { + return null; + } + public void CreateNewUserInventory(LLUUID user) { } -- cgit v1.1