mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
First step in giving the messaging server the modular refactoring treatment. As with the other two servers, this is very much a work in progress.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
namespace OpenSim.Grid.MessagingServer
|
||||
{
|
||||
public interface IMessageUserServerService
|
||||
{
|
||||
bool SendToUserServer(System.Collections.Hashtable request, string method);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user