Drop unused Alert() method from ISnmpModule

avinationmerge
Melanie 2010-04-13 20:14:56 +01:00
parent a1c4585a39
commit 4433f53f72
1 changed files with 1 additions and 2 deletions

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