Drop unused Alert() method from ISnmpModule
parent
a1c4585a39
commit
4433f53f72
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue