diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index a98684e..70ab75e 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -29,5 +29,10 @@ namespace OpenSim.Region.Communications.OGS1 | |||
29 | { | 29 | { |
30 | 30 | ||
31 | } | 31 | } |
32 | |||
33 | public void DeleteInventoryItem(LLUUID userID, InventoryItemBase item) | ||
34 | { | ||
35 | |||
36 | } | ||
32 | } | 37 | } |
33 | } | 38 | } |