Drop unused Alert() method from ISnmpModule

This commit is contained in:
Melanie
2010-04-13 20:14:56 +01:00
parent a1c4585a39
commit 4433f53f72

View File

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