mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Drop unused Alert() method from ISnmpModule
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
// Mod 2
|
||||
public interface ISnmpModule
|
||||
{
|
||||
void Alert(string message);
|
||||
void Trap(int code,string simname,string Message);
|
||||
void Trap(int code,string simname,string Message);
|
||||
void ColdStart(int step , string simname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user