Moves one file to it's proper location

This commit is contained in:
Melanie Thielker
2008-08-19 15:16:48 +00:00
parent e5cdba1cb4
commit c71d6f05a7

View File

@@ -27,6 +27,8 @@
using System.Collections.Generic;
using libsecondlife;
using OpenSim.Region.Environment;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Framework
{
@@ -35,6 +37,7 @@ namespace OpenSim.Framework
/// </summary>
public interface IInventoryModule
{
// void TestFunction();
void SetRootAgentScene(LLUUID agentID, Scene scene);
bool NeedSceneCacheClear(LLUUID agentID, Scene scene);
}
}