diff options
author | Diva Canto | 2009-08-10 12:44:15 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 12:44:15 -0700 |
commit | 17cc9b98573a1c4dd4a69113eea90c7fbeccad83 (patch) | |
tree | acfdf6b3d25e8b30797ea77a1c8f10842152fbce /OpenSim/Grid/AssetInventoryServer/Plugins | |
parent | Conditional to prevent a null ref in tests. The tests may still not pass. (diff) | |
download | opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.zip opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.gz opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.bz2 opensim-SC_OLD-17cc9b98573a1c4dd4a69113eea90c7fbeccad83.tar.xz |
Last piece of cleaning up old inventory. Old IInventoryServices and ISecureInventoryService interfaces removed.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs index d9de29f..0effa9f 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs | |||
@@ -34,8 +34,6 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
34 | { | 34 | { |
35 | public class OpenSimInventoryService : InventoryServiceBase | 35 | public class OpenSimInventoryService : InventoryServiceBase |
36 | { | 36 | { |
37 | public override void RequestInventoryForUser(UUID userID, InventoryReceiptCallback callback) {} | ||
38 | |||
39 | public InventoryFolderWithChildren GetInventoryFolder(UUID folderID) | 37 | public InventoryFolderWithChildren GetInventoryFolder(UUID folderID) |
40 | { | 38 | { |
41 | InventoryFolderBase baseFolder = null; | 39 | InventoryFolderBase baseFolder = null; |