mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
brought zircon branch into trunk
This commit is contained in:
14
OpenSim.Framework/IUserServer.cs
Normal file
14
OpenSim.Framework/IUserServer.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user