mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Finish the implementation of GetUserInventory, even though it's still not used.
This commit is contained in:
@@ -105,6 +105,12 @@ namespace OpenSim.Services.HypergridService
|
||||
return new List<InventoryFolderBase>();
|
||||
}
|
||||
|
||||
public override InventoryCollection GetUserInventory(UUID userID)
|
||||
{
|
||||
// NOGO for this inventory service
|
||||
return null;
|
||||
}
|
||||
|
||||
public override InventoryFolderBase GetRootFolder(UUID principalID)
|
||||
{
|
||||
//m_log.DebugFormat("[HG INVENTORY SERVICE]: GetRootFolder for {0}", principalID);
|
||||
|
||||
Reference in New Issue
Block a user