dding this deleted file...
parent
a97a887ea4
commit
c4eaf195b5
|
@ -3,9 +3,9 @@
|
||||||
// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
|
// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
|
||||||
//
|
//
|
||||||
// This file is not open source. All rights reserved
|
// This file is not open source. All rights reserved
|
||||||
//
|
// Mod 2
|
||||||
public interface ISnmpModule
|
public interface ISnmpModule
|
||||||
{
|
{
|
||||||
void Alert(string message);
|
void Alert(string message);
|
||||||
void Trap(string message);
|
void Trap(int code,string simname,string Message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue