mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Committing missing file from last commit.
This commit is contained in:
13
OpenSim/Region/CoreModules/Framework/Monitoring/IAlert.cs
Normal file
13
OpenSim/Region/CoreModules/Framework/Monitoring/IAlert.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Framework.Monitoring
|
||||
{
|
||||
internal delegate void Alert(Type reporter, string reason, bool fatal);
|
||||
|
||||
interface IAlert
|
||||
{
|
||||
string GetName();
|
||||
void Test();
|
||||
event Alert OnTriggerAlert;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user