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:
MW
2009-02-24 18:06:06 +00:00
parent 1e2835a10c
commit 8645fa9215
5 changed files with 1 additions and 41 deletions

View File

@@ -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);
}
}