mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Start of rewrite 5279!
This commit is contained in:
15
Common/OpenSim.Framework/Interfaces/IUserServer.cs
Normal file
15
Common/OpenSim.Framework/Interfaces/IUserServer.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Inventory;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework.Interfaces
|
||||
{
|
||||
public interface IUserServer
|
||||
{
|
||||
AgentInventory RequestAgentsInventory(LLUUID agentID);
|
||||
void SetServerInfo(string ServerUrl, string SendKey, string RecvKey);
|
||||
bool UpdateAgentsInventory(LLUUID agentID, AgentInventory inventory);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user