Drop unused Alert() method from ISnmpModule
parent
a1c4585a39
commit
4433f53f72
|
@ -6,7 +6,6 @@
|
||||||
// Mod 2
|
// Mod 2
|
||||||
public interface ISnmpModule
|
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);
|
void ColdStart(int step , string simname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue