* refactor: Rename InventoryModule to InventoryTransferModule

This commit is contained in:
Justin Clarke Casey
2008-09-29 15:09:35 +00:00
parent 3fc86cb578
commit e768602681
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Framework
/// <summary>
/// An interface for accessing and managing agent inventory
/// </summary>
public interface IInventoryModule
public interface IInventoryTransferModule
{
void SetRootAgentScene(UUID agentID, Scene scene);
bool NeedSceneCacheClear(UUID agentID, Scene scene);