mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Removed the additions from the last revision for the "ShowHelp" delegate handling, as it seems that system isn't in use anymore.
This commit is contained in:
@@ -30,14 +30,11 @@ using OpenSim.Framework.Servers;
|
||||
|
||||
namespace OpenSim.Grid.Framework
|
||||
{
|
||||
public delegate void ShowHelpDelegate(string[] helpArgs);
|
||||
|
||||
public interface IUGAIMCore
|
||||
{
|
||||
T Get<T>();
|
||||
void RegisterInterface<T>(T iface);
|
||||
bool TryGet<T>(out T iface);
|
||||
BaseHttpServer GetHttpServer();
|
||||
void RegisterConsoleHelpDelegate(ShowHelpDelegate showHelp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user